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
Mostra file Open project: JohnBloom/CsmMagic

Public Methods

Method Description
CherwellDataException ( string message ) : System
CherwellDataException ( string message, Exception exception ) : System

Method Details

CherwellDataException() public method

public CherwellDataException ( string message ) : System
message string
return System

CherwellDataException() public method

public CherwellDataException ( string message, Exception exception ) : System
message string
exception System.Exception
return System