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

Abstract base for Exceptions that terminate a test and provide a ResultState. More...

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

Public Member Functions

 ResultStateException (string message)
 
 ResultStateException (string message, Exception inner)
 

Protected Member Functions

 ResultStateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Serialization Constructor More...
 

Properties

abstract ResultState ResultState [get]
 Gets the ResultState provided by this exception More...
 

Detailed Description

Abstract base for Exceptions that terminate a test and provide a ResultState.

Constructor & Destructor Documentation

NUnit.Framework.ResultStateException.ResultStateException ( string  message)
inline
Parameters
messageThe error message that explains the reason for the exception
NUnit.Framework.ResultStateException.ResultStateException ( 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.ResultStateException.ResultStateException ( System.Runtime.Serialization.SerializationInfo  info,
System.Runtime.Serialization.StreamingContext  context 
)
inlineprotected

Serialization Constructor

Property Documentation

abstract ResultState NUnit.Framework.ResultStateException.ResultState
get

Gets the ResultState provided by this exception


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