C# Class PicoXLSX.IOException

Inheritance: System.Exception
显示文件 Open project: rabanti-github/PicoXLSX

Public Methods

Method Description
IOException ( ) : System

Default constructor

IOException ( string message ) : System

Constructor with passed message

IOException ( string message, Exception inner ) : System

Constructor with passed message and inner exception

Method Details

IOException() public method

Default constructor
public IOException ( ) : System
return System

IOException() public method

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

IOException() public method

Constructor with passed message and inner exception
public IOException ( string message, Exception inner ) : System
message string Message of the exception
inner System.Exception Inner exception
return System