Overload List
Name | Description | |
---|---|---|
![]() | NBDatabaseException |
Constructs a new exception object with the defaulted message number 7499.
|
![]() | NBDatabaseException(String) |
Constructs a new exception object with the given message and the defaulted message number 7499.
|
![]() | NBDatabaseException(SerializationInfo, StreamingContext) | Initializes a new instance of the NBDatabaseException class |
![]() | NBDatabaseException(String, Exception) |
Constructs a new exception object with the given message and inner exception and the defaulted message number 7499.
|
![]() | NBDatabaseException(String, Int64) |
Constructs a new exception object with the given message and exception number.
|
![]() | NBDatabaseException(String, Object ) |
Constructs a new exception object with the given message and inserts and the defaulted message number 7498.
|
![]() | NBDatabaseException(String, Exception, Object ) |
Constructs a new exception object with the given message, inner exception and inserts and the defaulted message number 7498.
|
![]() | NBDatabaseException(String, Int64, NBSeverity) |
Constructs a new exception object with the given message, exception number and the severity.
|
![]() | NBDatabaseException(String, Int64, Exception) |
Constructs a new exception object with the given message, exception number and the inner exception.
|
![]() | NBDatabaseException(String, Int64, Object ) |
Constructs a new exception object with the given message, exception number and inserts.
|
![]() | NBDatabaseException(String, String, Int64) |
Constructs a new exception object with the given message, the object's catalog and exception number.
|
![]() | NBDatabaseException(String, Int64, NBSeverity, Exception) |
Constructs a new exception object with the given message, exception number, severity and the inner exception.
|
![]() | NBDatabaseException(String, Int64, NBSeverity, Object ) |
Constructs a new exception object with the given message, exception number, severity and the object's inserts.
|
![]() | NBDatabaseException(String, Int64, Exception, Object ) |
Constructs a new exception object with the given message, exception number, the inner exception and inserts.
|
![]() | NBDatabaseException(String, String, Int64, Object ) |
Constructs a new exception object with the given message, the object's catalog, exception number and inserts.
|
![]() | NBDatabaseException(String, Int64, NBSeverity, Exception, Object ) |
Constructs a new exception object with the given message, exception number, severity, the inner exception and the object's inserts.
|
![]() | NBDatabaseException(String, String, Int64, NBSeverity, Object ) |
Constructs a new exception object with the given message, the object's catalog, exception number, severity and the object's inserts.
|
![]() | NBDatabaseException(String, String, Int64, Exception, Object ) |
Constructs a new exception object with the given message, the object's catalog, exception number, inner exception and inserts.
|
![]() | NBDatabaseException(String, String, Int64, NBSeverity, Exception, Object ) |
Constructs a new exception object with the given message, the object's catalog, exception number, severity, the inner exception and the object's inserts.
|
See Also