C# Class PicoXLSX.UnknownRangeException

Inheritance: System.Exception
ファイルを表示 Open project: rabanti-github/PicoXLSX

Public Methods

Method Description
UnknownRangeException ( ) : System

Default constructor

UnknownRangeException ( string message ) : System

Constructor with passed message

Method Details

UnknownRangeException() public method

Default constructor
public UnknownRangeException ( ) : System
return System

UnknownRangeException() public method

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