Méthode | Description | |
---|---|---|
PtfConfigLoadException ( ) : System |
Initializes a new instance of the PtfConfigLoadException class.
|
|
PtfConfigLoadException ( string message ) : System |
Initializes a new instance of the PtfConfigLoadException class with a specified error message.
|
|
PtfConfigLoadException ( string message, |
Initializes a new instance of the PtfConfigLoadException class with specified error message and exception.
|
Méthode | Description | |
---|---|---|
PtfConfigLoadException ( |
Initializes a new instance of the PtfConfigLoadException class with serialized data.
|
protected PtfConfigLoadException ( |
||
info | The object that holds the serialized object data. | |
context | The contextual information about the source or destination. | |
Résultat | System |
public PtfConfigLoadException ( string message ) : System | ||
message | string | The error message that explains the reason for the exception. |
Résultat | System |
public PtfConfigLoadException ( string message, |
||
message | string | The error message that explains the reason for the exception. |
exception | The exception. | |
Résultat | System |