C# Class PicoXLSX.UnknownRangeException

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

Méthodes publiques

Méthode Description
UnknownRangeException ( ) : System

Default constructor

UnknownRangeException ( string message ) : System

Constructor with passed message

Method Details

UnknownRangeException() public méthode

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

UnknownRangeException() public méthode

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