Méthode | Description | |
---|---|---|
Create ( Opc.Ua.StatusCode code, int index, DiagnosticInfoCollection diagnosticInfos, IList |
Creates a new instance of a ServiceResultException
|
|
Create ( uint code, |
Creates a new instance of a ServiceResultException
|
|
Create ( uint code, string format ) : |
Creates a new instance of a ServiceResultException
|
|
ServiceResultException ( ) : System |
The default constructor.
|
|
ServiceResultException ( |
Initializes the exception with a message and an exception.
|
|
ServiceResultException ( |
Initializes the exception with a Result object.
|
|
ServiceResultException ( string message ) : System |
Initializes the exception with a message.
|
|
ServiceResultException ( string message, |
Initializes the exception with a message and an exception.
|
|
ServiceResultException ( uint statusCode ) : System |
Initializes the exception with a status code.
|
|
ServiceResultException ( uint statusCode, |
Initializes the exception with a status code and an inner exception.
|
|
ServiceResultException ( uint statusCode, string message ) : System |
Initializes the exception with a status code and a message.
|
|
ServiceResultException ( uint statusCode, string message, |
Initializes the exception with a status code, a message and an inner exception.
|
|
ToLongString ( ) : string |
Returns a formatted string with the contents of exeception.
|
Méthode | Description | |
---|---|---|
GetMessage ( |
Extracts an exception message from a Result object.
|
public static Create ( Opc.Ua.StatusCode code, int index, DiagnosticInfoCollection diagnosticInfos, IList |
||
code | Opc.Ua.StatusCode | |
index | int | |
diagnosticInfos | DiagnosticInfoCollection | |
stringTable | IList |
|
Résultat |
public static Create ( uint code, |
||
code | uint | |
e | ||
format | string | |
Résultat |
public static Create ( uint code, string format ) : |
||
code | uint | |
format | string | |
Résultat |
public ServiceResultException ( |
||
e | ||
defaultCode | uint | |
Résultat | System |
public ServiceResultException ( |
||
status | ||
Résultat | System |
public ServiceResultException ( string message ) : System | ||
message | string | |
Résultat | System |
public ServiceResultException ( string message, |
||
message | string | |
e | ||
Résultat | System |
public ServiceResultException ( uint statusCode ) : System | ||
statusCode | uint | |
Résultat | System |
public ServiceResultException ( uint statusCode, |
||
statusCode | uint | |
e | ||
Résultat | System |
public ServiceResultException ( uint statusCode, string message ) : System | ||
statusCode | uint | |
message | string | |
Résultat | System |
public ServiceResultException ( uint statusCode, string message, |
||
statusCode | uint | |
message | string | |
e | ||
Résultat | System |