C# 클래스 NAPS2.Scan.Exceptions.NoPagesException

상속: NAPS2.Scan.Exceptions.ScanDriverException
파일 보기 프로젝트 열기: cyanfish/naps2

공개 메소드들

메소드 설명
NoPagesException ( ) : System
NoPagesException ( Exception innerException ) : System
NoPagesException ( string message ) : System
NoPagesException ( string message, Exception innerException ) : System

메소드 상세

NoPagesException() 공개 메소드

public NoPagesException ( ) : System
리턴 System

NoPagesException() 공개 메소드

public NoPagesException ( Exception innerException ) : System
innerException System.Exception
리턴 System

NoPagesException() 공개 메소드

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

NoPagesException() 공개 메소드

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