Méthode | 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 |
Méthode | Description | |
---|---|---|
XunitException ( string userMessage, string stackTrace ) : System |
Initializes a new instance of the XunitException class.
|
|
XunitException ( |
Méthode | Description | |
---|---|---|
XunitException ( string userMessage, Exception innerException ) : System |
public XunitException ( string userMessage ) : System | ||
userMessage | string | The user message to be displayed |
Résultat | System |
protected XunitException ( string userMessage, string stackTrace ) : System | ||
userMessage | string | The user message to be displayed |
stackTrace | string | The stack trace to be displayed |
Résultat | System |
public XunitException ( ) : System.Runtime.Serialization | ||
Résultat | System.Runtime.Serialization |
protected XunitException ( |
||
info | ||
context | ||
Résultat | System.Runtime.Serialization |
public XunitException ( string message ) : System.Runtime.Serialization | ||
message | string | |
Résultat | System.Runtime.Serialization |