C# 클래스 CsmMagic.Exceptions.CherwellDataException

Describes an error where code expects Cherwell to contain data or schema configurations that do not in fact exist
상속: System.Exception
파일 보기 프로젝트 열기: JohnBloom/CsmMagic

공개 메소드들

메소드 설명
CherwellDataException ( string message ) : System
CherwellDataException ( string message, Exception exception ) : System

메소드 상세

CherwellDataException() 공개 메소드

public CherwellDataException ( string message ) : System
message string
리턴 System

CherwellDataException() 공개 메소드

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