C# 클래스 CSE.Exceptions.CseLogicException

Primary class for all logic exceptions in statements
상속: System.Exception
파일 보기 프로젝트 열기: kcherr1/CSharp-Eval

공개 메소드들

메소드 설명
CseLogicException ( CseLogicExceptionType type ) : System

Constructor

비공개 메소드들

메소드 설명
GetExceptionMsg ( CseLogicExceptionType CseLogicExceptionType ) : string

Converts CseLogicExceptionType value to a formatted exception message (to be used in String.Format())

QuoteArgs ( object args ) : string[]

Places double quotes around each argument sent to the constructor. This changes a statement like: Can't cast -3 to ulong to: Can't cast "-3" to "ulong"

메소드 상세

CseLogicException() 공개 메소드

Constructor
public CseLogicException ( CseLogicExceptionType type ) : System
type CseLogicExceptionType Type of exception to display
리턴 System