C# 클래스 VietOCR.NET.WIA.WiaOperationException

상속: System.Exception
파일 보기 프로젝트 열기: nguyenq/VietOCR3.NET

공개 메소드들

메소드 설명
GetObjectData ( System info, System context ) : void
WiaOperationException ( System info, System context ) : System
WiaOperationException ( WiaScannerError errorCode ) : System
WiaOperationException ( string message, Exception innerException ) : System
WiaOperationException ( string message, Exception innerException, WiaScannerError errorCode ) : System
WiaOperationException ( string message, WiaScannerError errorCode ) : System

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( System info, System context ) : void
info System
context System
리턴 void

WiaOperationException() 공개 메소드

public WiaOperationException ( System info, System context ) : System
info System
context System
리턴 System

WiaOperationException() 공개 메소드

public WiaOperationException ( WiaScannerError errorCode ) : System
errorCode WiaScannerError
리턴 System

WiaOperationException() 공개 메소드

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

WiaOperationException() 공개 메소드

public WiaOperationException ( string message, Exception innerException, WiaScannerError errorCode ) : System
message string
innerException System.Exception
errorCode WiaScannerError
리턴 System

WiaOperationException() 공개 메소드

public WiaOperationException ( string message, WiaScannerError errorCode ) : System
message string
errorCode WiaScannerError
리턴 System