C# Класс RadioDld.ProviderException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
ProviderException ( SerializationInfo info, StreamingContext context ) : System

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

Описание методов

BuildReport() публичный Метод

Build an ErrorReporting object from the data in this exception ready to send to the server.
public BuildReport ( ) : ErrorReporting
Результат ErrorReporting

ProviderException() защищенный Метод

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.
Результат System

ProviderException() публичный Метод

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.
Результат System