Méthode | Description | |
---|---|---|
ResolveException ( |
Initializes a new ResolveException with a specific inner exception.
|
|
ResolveException ( string message ) : System |
Initializes a new ResolveException with a specific message.
|
|
ResolveException ( string message, |
Initializes a new ResolveException with a specific message and inner exception.
|
public ResolveException ( |
||
inner | The inner exception of the exception. | |
Résultat | System |
public ResolveException ( string message ) : System | ||
message | string | The message of the exception. |
Résultat | System |
public ResolveException ( string message, |
||
message | string | The message of the exception. |
inner | The inner exception of the exception. | |
Résultat | System |