C# Class PicoXLSX.FormatException

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

Méthodes publiques

Méthode Description
FormatException ( ) : System

Default constructor

FormatException ( string message ) : System

Constructor with passed message

FormatException ( string message, Exception inner ) : System

Constructor with passed message and inner exception

Method Details

FormatException() public méthode

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

FormatException() public méthode

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

FormatException() public méthode

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