Constructs a new exception object with the given message, exception number, the inner exception and inserts.

C# | Visual Basic | Visual C++ | F# |
public NBRecoverableException( string message, long number, Exception inner, params Object[] inserts )
Public Sub New ( _ message As String, _ number As Long, _ inner As Exception, _ ParamArray inserts As Object() _ )

In this constructor the severity is defaulted to 'Error'.