Méthode | Description | |
---|---|---|
BuildReport ( ) : |
Build an ErrorReporting object from the data in this exception ready to send to the server.
|
|
ProviderException ( string message, |
Initializes a new instance of the ProviderException class with a specified error message, a reference to the inner provider exception that is the cause of this exception, and the ID of the provider that is the cause of this exception.
|
Méthode | Description | |
---|---|---|
ProviderException ( |
Initializes a new instance of the ProviderException class with serialized data.
|
protected ProviderException ( |
||
info | The |
|
context | The |
|
Résultat | System |
public ProviderException ( string message, |
||
message | string | The message that describes the error. |
innerException | The provider exception that is the cause of this exception. | |
pluginId | System.Guid | The ID of the provider that is the cause of this exception. |
Résultat | System |