C# Class PicoXLSX.OutOfRangeException

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

Méthodes publiques

Méthode Description
OutOfRangeException ( ) : System

Default constructor

OutOfRangeException ( string message ) : System

Constructor with passed message

Method Details

OutOfRangeException() public méthode

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

OutOfRangeException() public méthode

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