C# Class CsmMagic.Exceptions.CherwellDataException

Describes an error where code expects Cherwell to contain data or schema configurations that do not in fact exist
Inheritance: System.Exception
Afficher le fichier Open project: JohnBloom/CsmMagic

Méthodes publiques

Méthode Description
CherwellDataException ( string message ) : System
CherwellDataException ( string message, Exception exception ) : System

Method Details

CherwellDataException() public méthode

public CherwellDataException ( string message ) : System
message string
Résultat System

CherwellDataException() public méthode

public CherwellDataException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System