C# Класс CSE.Exceptions.CseLogicException

Primary class for all logic exceptions in statements
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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