C# Class PicoXLSX.OutOfRangeException

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

Public Methods

Method Description
OutOfRangeException ( ) : System

Default constructor

OutOfRangeException ( string message ) : System

Constructor with passed message

Method Details

OutOfRangeException() public method

Default constructor
public OutOfRangeException ( ) : System
return System

OutOfRangeException() public method

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