C# Class PicoXLSX.UndefinedStyleException

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

Méthodes publiques

Méthode Description
UndefinedStyleException ( ) : System

Default constructor

UndefinedStyleException ( string message ) : System

Constructor with passed message

Method Details

UndefinedStyleException() public méthode

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

UndefinedStyleException() public méthode

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