C# 클래스 RadioDld.ErrorReporting

파일 보기 프로젝트 열기: ribbons/RadioDownloader 1 사용 예제들

공개 메소드들

메소드 설명
ErrorReporting ( Exception uncaughtException ) : System
ErrorReporting ( string errorPrefix, Exception uncaughtException ) : System
ErrorReporting ( string errorText, string errorDetails ) : System
SendReport ( ) : bool
ToString ( ) : string

비공개 메소드들

메소드 설명
InvariantMessage ( Exception exp ) : string

Fetch the message for the specified exception, but in the invariant culture (if it is localised when the property is accessed rather than when the exception was created).

InvariantStackTrace ( Exception exp ) : string

Fetch a stack trace for the specified exception, but in the invariant culture.

메소드 상세

ErrorReporting() 공개 메소드

public ErrorReporting ( Exception uncaughtException ) : System
uncaughtException System.Exception
리턴 System

ErrorReporting() 공개 메소드

public ErrorReporting ( string errorPrefix, Exception uncaughtException ) : System
errorPrefix string
uncaughtException System.Exception
리턴 System

ErrorReporting() 공개 메소드

public ErrorReporting ( string errorText, string errorDetails ) : System
errorText string
errorDetails string
리턴 System

SendReport() 공개 메소드

public SendReport ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string