C# 클래스 BFSchema.ConsoleErrorHandler

상속: IBfsErrorHandler
파일 보기 프로젝트 열기: Andos/BinaryFileSchema 1 사용 예제들

공개 메소드들

메소드 설명
HandleError ( SourceError errorMessage ) : void
HandleError ( string message ) : void
HandleMessage ( string message ) : void
HandleWarning ( SourceError warningMessage ) : void

메소드 상세

HandleError() 공개 메소드

public HandleError ( SourceError errorMessage ) : void
errorMessage SourceError
리턴 void

HandleError() 공개 메소드

public HandleError ( string message ) : void
message string
리턴 void

HandleMessage() 공개 메소드

public HandleMessage ( string message ) : void
message string
리턴 void

HandleWarning() 공개 메소드

public HandleWarning ( SourceError warningMessage ) : void
warningMessage SourceError
리턴 void