C# 클래스 BinaryFileInspectorGUI.BfsErrorHandler

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

공개 메소드들

메소드 설명
BfsErrorHandler ( ListView listview ) : System
HandleError ( SourceError error ) : void
HandleError ( string message ) : void
HandleMessage ( SourceError error ) : void
HandleMessage ( string message ) : void
HandleWarning ( SourceError error ) : void

메소드 상세

BfsErrorHandler() 공개 메소드

public BfsErrorHandler ( ListView listview ) : System
listview System.Windows.Forms.ListView
리턴 System

HandleError() 공개 메소드

public HandleError ( SourceError error ) : void
error BFSchema.SourceError
리턴 void

HandleError() 공개 메소드

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

HandleMessage() 공개 메소드

public HandleMessage ( SourceError error ) : void
error BFSchema.SourceError
리턴 void

HandleMessage() 공개 메소드

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

HandleWarning() 공개 메소드

public HandleWarning ( SourceError error ) : void
error BFSchema.SourceError
리턴 void