C# Class NAPS2.Scan.Exceptions.NoPagesException

Inheritance: NAPS2.Scan.Exceptions.ScanDriverException
Afficher le fichier Open project: cyanfish/naps2

Méthodes publiques

Méthode Description
NoPagesException ( ) : System
NoPagesException ( Exception innerException ) : System
NoPagesException ( string message ) : System
NoPagesException ( string message, Exception innerException ) : System

Method Details

NoPagesException() public méthode

public NoPagesException ( ) : System
Résultat System

NoPagesException() public méthode

public NoPagesException ( Exception innerException ) : System
innerException System.Exception
Résultat System

NoPagesException() public méthode

public NoPagesException ( string message ) : System
message string
Résultat System

NoPagesException() public méthode

public NoPagesException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System