C# 클래스 MoonSharp.Interpreter.DynamicExpressionException

상속: MoonSharp.Interpreter.ScriptRuntimeException
파일 보기 프로젝트 열기: blakepell/AvalonMudClient

공개 메소드들

메소드 설명
DynamicExpressionException ( string format ) : System

Initializes a new instance of the DynamicExpressionException class.

메소드 상세

DynamicExpressionException() 공개 메소드

Initializes a new instance of the DynamicExpressionException class.
public DynamicExpressionException ( string format ) : System
format string The format.
리턴 System