C# 클래스 Deveel.Data.Diagnostics.ErrorException

The base class of all the exceptions handled by the system and that can be converted to events sent to the diagnostics.
상속: System.Exception
파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
AsEvent ( IEventSource source = null ) : ErrorEvent

Transforms the error to an event to be passed to the diagnostics, given a source where this was generated.

ErrorException ( ) : System
ErrorException ( int errorCode ) : System
ErrorException ( int errorCode, string message ) : System
ErrorException ( int errorCode, string message, Exception innerException ) : System
ErrorException ( string message ) : System
ErrorException ( string message, Exception innerException ) : System

보호된 메소드들

메소드 설명
GetMetadata ( object>.IDictionary metadata ) : void

비공개 메소드들

메소드 설명
ExtractMetadata ( ) : object>.IDictionary

메소드 상세

AsEvent() 공개 메소드

Transforms the error to an event to be passed to the diagnostics, given a source where this was generated.
public AsEvent ( IEventSource source = null ) : ErrorEvent
source IEventSource The source of the error.
리턴 ErrorEvent

ErrorException() 공개 메소드

public ErrorException ( ) : System
리턴 System

ErrorException() 공개 메소드

public ErrorException ( int errorCode ) : System
errorCode int
리턴 System

ErrorException() 공개 메소드

public ErrorException ( int errorCode, string message ) : System
errorCode int
message string
리턴 System

ErrorException() 공개 메소드

public ErrorException ( int errorCode, string message, Exception innerException ) : System
errorCode int
message string
innerException System.Exception
리턴 System

ErrorException() 공개 메소드

public ErrorException ( string message ) : System
message string
리턴 System

ErrorException() 공개 메소드

public ErrorException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System

GetMetadata() 보호된 메소드

protected GetMetadata ( object>.IDictionary metadata ) : void
metadata object>.IDictionary
리턴 void