C# Class SpreadCheetahException, spreadcheetah

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

Méthodes publiques

Méthode Description
SpreadCheetahException ( )
SpreadCheetahException ( string message )
SpreadCheetahException ( string message, Exception, exception )

Method Details

SpreadCheetahException() public méthode

SpreadCheetahException() public méthode

public SpreadCheetahException ( string message )
message string

SpreadCheetahException() public méthode

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