C# 클래스 Dynamitey.DynamicObjects.LateType.MissingTypeException

Exception When The Late Type can not be found to bind.
상속: System.Exception
파일 보기 프로젝트 열기: ekonbenefits/dynamitey

공개 메소드들

메소드 설명
MissingTypeException ( string typename ) : System

Initializes a new instance of the MissingTypeException class.

MissingTypeException ( string message, Exception innerException ) : System

Initializes a new instance of the MissingTypeException class.

메소드 상세

MissingTypeException() 공개 메소드

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

MissingTypeException() 공개 메소드

Initializes a new instance of the MissingTypeException class.
public MissingTypeException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
리턴 System