Constructs a new exception object with the given message, the object's catalog, exception number and inserts.

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

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