Constructs a new exception object with the defaulted message number 7499.

C# | Visual Basic | Visual C++ | F# |
public NBRecoverableException()
Public Sub New
public: NBRecoverableException()
new : unit -> NBRecoverableException

In this constructor message number is defaulted to 7499 from the message broker catalog, the severity is defaulted to 'Error'.
This constructor initializes the Message property of the new instance to a system-supplied message that describes the error.