C# 클래스 RadioDld.ProviderException

상속: System.Exception
파일 보기 프로젝트 열기: ribbons/RadioDownloader

공개 메소드들

메소드 설명
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