C# Class PicoXLSX.UndefinedStyleException

Inheritance: System.Exception
Show file Open project: rabanti-github/PicoXLSX

Public Methods

Method Description
UndefinedStyleException ( ) : System

Default constructor

UndefinedStyleException ( string message ) : System

Constructor with passed message

Method Details

UndefinedStyleException() public method

Default constructor
public UndefinedStyleException ( ) : System
return System

UndefinedStyleException() public method

Constructor with passed message
public UndefinedStyleException ( string message ) : System
message string Message of the exception
return System