IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Thrown when an assertion failed. Here to preserve the inner exception and hence its stack trace. More...
Public Member Functions | |
NUnitException () | |
Initializes a new instance of the NUnitException class. More... | |
NUnitException (string message) | |
Initializes a new instance of the NUnitException class. More... | |
NUnitException (string message, Exception inner) | |
Initializes a new instance of the NUnitException class. More... | |
Protected Member Functions | |
NUnitException (SerializationInfo info, StreamingContext context) | |
Serialization Constructor More... | |
Thrown when an assertion failed. Here to preserve the inner exception and hence its stack trace.
|
inline |
Initializes a new instance of the NUnitException class.
|
inline |
Initializes a new instance of the NUnitException class.
message | The error message that explains the reason for the exception |
|
inline |
Initializes a new instance of the NUnitException class.
message | The error message that explains the reason for the exception |
inner | The exception that caused the current exception |
|
inlineprotected |
Serialization Constructor