C# Class PicoXLSX.IOException

Inheritance: System.Exception
Afficher le fichier Open project: rabanti-github/PicoXLSX

Méthodes publiques

Méthode Description
IOException ( ) : System

Default constructor

IOException ( string message ) : System

Constructor with passed message

IOException ( string message, Exception inner ) : System

Constructor with passed message and inner exception

Method Details

IOException() public méthode

Default constructor
public IOException ( ) : System
Résultat System

IOException() public méthode

Constructor with passed message
public IOException ( string message ) : System
message string Message of the exception
Résultat System

IOException() public méthode

Constructor with passed message and inner exception
public IOException ( string message, Exception inner ) : System
message string Message of the exception
inner System.Exception Inner exception
Résultat System