C# Class SpreadCheetahException, spreadcheetah

The exception that is thrown when Spreadsheet is used in an unintended way.
Inheritance: Exception
Mostrar archivo Open project: sveinungf/spreadcheetah

Public Methods

Method Description
SpreadCheetahException ( )
SpreadCheetahException ( string message )
SpreadCheetahException ( string message, Exception, exception )

Method Details

SpreadCheetahException() public method

SpreadCheetahException() public method

public SpreadCheetahException ( string message )
message string

SpreadCheetahException() public method

public SpreadCheetahException ( string message, Exception, exception )
message string
exception Exception,