xUnit.net
|
The base assert exception class More...
Public Member Functions | |
XunitException () | |
Initializes a new instance of the XunitException class. More... | |
XunitException (string userMessage) | |
Initializes a new instance of the XunitException class. More... | |
override string | ToString () |
Protected Member Functions | |
XunitException (string userMessage, Exception innerException) | |
Initializes a new instance of the XunitException class. More... | |
XunitException (string userMessage, string stackTrace) | |
Initializes a new instance of the XunitException class. More... | |
Properties | |
override string?? | StackTrace [get] |
Gets a string representation of the frames on the call stack at the time the current exception was thrown. More... | |
string | UserMessage [get, protected set] |
Gets the user message More... | |
The base assert exception class
|
inline |
Initializes a new instance of the XunitException class.
|
inline |
Initializes a new instance of the XunitException class.
userMessage | The user message to be displayed |
|
inlineprotected |
Initializes a new instance of the XunitException class.
userMessage | The user message to be displayed |
innerException | The inner exception |
|
inlineprotected |
Initializes a new instance of the XunitException class.
userMessage | The user message to be displayed |
stackTrace | The stack trace to be displayed |
|
get |
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
|
getprotected set |
Gets the user message