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.AssertionException Class Reference

Thrown when an assertion failed. More...

+ Inheritance diagram for NUnit.Framework.AssertionException:
+ Collaboration diagram for NUnit.Framework.AssertionException:

Public Member Functions

 AssertionException (string message)
 
 AssertionException (string message, Exception inner)
 
- Public Member Functions inherited from NUnit.Framework.ResultStateException
 ResultStateException (string message)
 
 ResultStateException (string message, Exception inner)
 

Protected Member Functions

 AssertionException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Serialization Constructor More...
 
- Protected Member Functions inherited from NUnit.Framework.ResultStateException
 ResultStateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Serialization Constructor More...
 

Properties

override ResultState ResultState [get]
 Gets the ResultState provided by this exception More...
 
- Properties inherited from NUnit.Framework.ResultStateException
abstract ResultState ResultState [get]
 Gets the ResultState provided by this exception More...
 

Detailed Description

Thrown when an assertion failed.

Constructor & Destructor Documentation

NUnit.Framework.AssertionException.AssertionException ( string  message)
inline
Parameters
messageThe error message that explains the reason for the exception
NUnit.Framework.AssertionException.AssertionException ( string  message,
Exception  inner 
)
inline
Parameters
messageThe error message that explains the reason for the exception
innerThe exception that caused the current exception
NUnit.Framework.AssertionException.AssertionException ( System.Runtime.Serialization.SerializationInfo  info,
System.Runtime.Serialization.StreamingContext  context 
)
inlineprotected

Serialization Constructor

Property Documentation

override ResultState NUnit.Framework.AssertionException.ResultState
get

Gets the ResultState provided by this exception


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