NBSocketTimeoutException Constructor IBM Integration Bus
Overload List

  NameDescription
Public methodNBSocketTimeoutException 
Constructs a new exception object with the defaulted message number 7499.
Public methodNBSocketTimeoutException(String)
Constructs a new exception object with the given message and the defaulted message number 7499.
Protected methodNBSocketTimeoutException(SerializationInfo, StreamingContext)
Initializes a new instance of the NBSocketTimeoutException class
Public methodNBSocketTimeoutException(String, Exception)
Constructs a new exception object with the given message and inner exception and the defaulted message number 7499.
Public methodNBSocketTimeoutException(String, Int64)
Constructs a new exception object with the given message and exception number.
Public methodNBSocketTimeoutException(String,  Object )
Constructs a new exception object with the given message and inserts and the defaulted message number 7498.
Public methodNBSocketTimeoutException(String, Exception,  Object )
Constructs a new exception object with the given message, inner exception and inserts and the defaulted message number 7498.
Public methodNBSocketTimeoutException(String, Int64, NBSeverity)
Constructs a new exception object with the given message, exception number and the severity.
Public methodNBSocketTimeoutException(String, Int64, Exception)
Constructs a new exception object with the given message, exception number and the inner exception.
Public methodNBSocketTimeoutException(String, Int64,  Object )
Constructs a new exception object with the given message, exception number and inserts.
Public methodNBSocketTimeoutException(String, String, Int64)
Constructs a new exception object with the given message, the object's catalog and exception number.
Public methodNBSocketTimeoutException(String, Int64, NBSeverity, Exception)
Constructs a new exception object with the exception's message, exception number, the severity and the inner exception.
Public methodNBSocketTimeoutException(String, Int64, NBSeverity,  Object )
Constructs a new exception object with the exception's message, exception number, the severity and the object's inserts.
Public methodNBSocketTimeoutException(String, Int64, Exception,  Object )
Constructs a new exception object with the given message, exception number, the inner exception and inserts.
Public methodNBSocketTimeoutException(String, String, Int64,  Object )
Constructs a new exception object with the given message, the object's catalog, exception number and inserts.
Public methodNBSocketTimeoutException(String, Int64, NBSeverity, Exception,  Object )
Constructs a new exception object with the given message, exception number, the severity, the inner exception and the object's inserts.
Public methodNBSocketTimeoutException(String, String, Int64, NBSeverity,  Object )
Constructs a new exception object with the given message, object's catalog, exception number, the severity and the object's inserts.
Public methodNBSocketTimeoutException(String, String, Int64, Exception,  Object )
Constructs a new exception object with the given message, the object's catalog, exception number, inner exception and inserts.
Public methodNBSocketTimeoutException(String, String, Int64, NBSeverity, Exception,  Object )
Constructs a new exception object with the given message, object's catalog, exception number, the severity, the inner exception and the object's inserts.
Back to Top
See Also