C# Class NAPS2.Scan.Exceptions.NoPagesException

Inheritance: NAPS2.Scan.Exceptions.ScanDriverException
Mostra file Open project: cyanfish/naps2

Public Methods

Method Description
NoPagesException ( ) : System
NoPagesException ( Exception innerException ) : System
NoPagesException ( string message ) : System
NoPagesException ( string message, Exception innerException ) : System

Method Details

NoPagesException() public method

public NoPagesException ( ) : System
return System

NoPagesException() public method

public NoPagesException ( Exception innerException ) : System
innerException System.Exception
return System

NoPagesException() public method

public NoPagesException ( string message ) : System
message string
return System

NoPagesException() public method

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