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

상속: IEvent
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
ErrorEvent ( Exception error, int errorCode, ErrorLevel level ) : System

보호된 메소드들

메소드 설명
GetEventData ( object>.Dictionary data ) : void

메소드 상세

ErrorEvent() 공개 메소드

public ErrorEvent ( Exception error, int errorCode, ErrorLevel level ) : System
error System.Exception
errorCode int
level ErrorLevel
리턴 System

GetEventData() 보호된 메소드

protected GetEventData ( object>.Dictionary data ) : void
data object>.Dictionary
리턴 void