IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Internal.NUnitException Class Reference

Thrown when an assertion failed. Here to preserve the inner exception and hence its stack trace. More...

+ Inheritance diagram for NUnit.Framework.Internal.NUnitException:
+ Collaboration diagram for NUnit.Framework.Internal.NUnitException:

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...
 

Detailed Description

Thrown when an assertion failed. Here to preserve the inner exception and hence its stack trace.

Constructor & Destructor Documentation

NUnit.Framework.Internal.NUnitException.NUnitException ( )
inline

Initializes a new instance of the NUnitException class.

NUnit.Framework.Internal.NUnitException.NUnitException ( string  message)
inline

Initializes a new instance of the NUnitException class.

Parameters
messageThe error message that explains the reason for the exception
NUnit.Framework.Internal.NUnitException.NUnitException ( string  message,
Exception  inner 
)
inline

Initializes a new instance of the NUnitException class.

Parameters
messageThe error message that explains the reason for the exception
innerThe exception that caused the current exception
NUnit.Framework.Internal.NUnitException.NUnitException ( SerializationInfo  info,
StreamingContext  context 
)
inlineprotected

Serialization Constructor


The documentation for this class was generated from the following file: