C# Class RadioDld.ProviderException

Inheritance: System.Exception
Afficher le fichier Open project: ribbons/RadioDownloader

Méthodes publiques

Méthode Description
BuildReport ( ) : ErrorReporting

Build an ErrorReporting object from the data in this exception ready to send to the server.

ProviderException ( string message, Exception innerException, System.Guid pluginId ) : System

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éthodes protégées

Méthode Description
ProviderException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ProviderException class with serialized data.

Method Details

BuildReport() public méthode

Build an ErrorReporting object from the data in this exception ready to send to the server.
public BuildReport ( ) : ErrorReporting
Résultat ErrorReporting

ProviderException() protected méthode

Initializes a new instance of the ProviderException class with serialized data.
protected ProviderException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
Résultat System

ProviderException() public méthode

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.
public ProviderException ( string message, Exception innerException, System.Guid pluginId ) : System
message string The message that describes the error.
innerException System.Exception 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