C# Class PicoXLSX.FormatException

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

Public Methods

Method 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 method

Default constructor
public FormatException ( ) : System
return System

FormatException() public method

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

FormatException() public method

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
return System