C# Class Dynamitey.DynamicObjects.LateType.MissingTypeException

Exception When The Late Type can not be found to bind.
Inheritance: System.Exception
Show file Open project: ekonbenefits/dynamitey

Public Methods

Method Description
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.

Method Details

MissingTypeException() public method

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

MissingTypeException() public method

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.
return System