Abstract base for Exceptions that terminate a test and provide a ResultState.
More...
|
| ResultStateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) |
| Serialization Constructor More...
|
|
Abstract base for Exceptions that terminate a test and provide a ResultState.
NUnit.Framework.ResultStateException.ResultStateException |
( |
string |
message | ) |
|
|
inline |
- Parameters
-
message | The error message that explains the reason for the exception |
NUnit.Framework.ResultStateException.ResultStateException |
( |
string |
message, |
|
|
Exception |
inner |
|
) |
| |
|
inline |
- Parameters
-
message | The error message that explains the reason for the exception |
inner | The exception that caused the current exception |
NUnit.Framework.ResultStateException.ResultStateException |
( |
System.Runtime.Serialization.SerializationInfo |
info, |
|
|
System.Runtime.Serialization.StreamingContext |
context |
|
) |
| |
|
inlineprotected |
Serialization Constructor
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: