Method | Description | |
---|---|---|
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.
|
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. |
return | System |
public WrongCodeTypeException ( Variable variable, string argumentName, string expectedText ) : System | ||
variable | Variable | The variable. |
argumentName | string | Name of the argument. |
expectedText | string | The expected text. |
return | System |