C# Класс CsDebugScript.Exceptions.WrongCodeTypeException

Exception that is thrown when variable of unexpected code type has been given as an argument.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
WrongCodeTypeException ( CodeType codeType, string argumentName, string expectedText ) : System

Initializes a new instance of the WrongCodeTypeException class.

WrongCodeTypeException ( Variable variable, string argumentName, string expectedText ) : System

Initializes a new instance of the WrongCodeTypeException class.

Описание методов

WrongCodeTypeException() публичный Метод

Initializes a new instance of the WrongCodeTypeException class.
public WrongCodeTypeException ( CodeType codeType, string argumentName, string expectedText ) : System
codeType CodeType The code type.
argumentName string Name of the argument.
expectedText string The expected text.
Результат System

WrongCodeTypeException() публичный Метод

Initializes a new instance of the WrongCodeTypeException class.
public WrongCodeTypeException ( Variable variable, string argumentName, string expectedText ) : System
variable Variable The variable.
argumentName string Name of the argument.
expectedText string The expected text.
Результат System