C# Class RadioDld.ProviderException

Inheritance: System.Exception
Show file Open project: ribbons/RadioDownloader

Public Methods

Method 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.

Protected Methods

Method Description
ProviderException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

BuildReport() public method

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

ProviderException() protected method

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.
return System

ProviderException() public method

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.
return System