C# Class Dynamitey.DynamicObjects.LateType.MissingTypeException

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

Méthodes publiques

Méthode 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 méthode

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

MissingTypeException() public méthode

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.
Résultat System