Method | Description | |
---|---|---|
ToString ( ) : string | ||
XunitException ( ) : System |
Initializes a new instance of the XunitException class.
|
|
XunitException ( string userMessage ) : System |
Initializes a new instance of the XunitException class.
|
|
XunitException ( ) : System.Runtime.Serialization | ||
XunitException ( string message ) : System.Runtime.Serialization |
Method | Description | |
---|---|---|
XunitException ( string userMessage, string stackTrace ) : System |
Initializes a new instance of the XunitException class.
|
|
XunitException ( |
Method | Description | |
---|---|---|
XunitException ( string userMessage, Exception innerException ) : System |
public XunitException ( string userMessage ) : System | ||
userMessage | string | The user message to be displayed |
return | System |
protected XunitException ( string userMessage, string stackTrace ) : System | ||
userMessage | string | The user message to be displayed |
stackTrace | string | The stack trace to be displayed |
return | System |
public XunitException ( ) : System.Runtime.Serialization | ||
return | System.Runtime.Serialization |
protected XunitException ( |
||
info | ||
context | ||
return | System.Runtime.Serialization |
public XunitException ( string message ) : System.Runtime.Serialization | ||
message | string | |
return | System.Runtime.Serialization |