C# Class Hiro.ConstructorNotFoundException

An exception that is thrown whenever the compiler is unable to find a constructor that can be instantiated by the compiled container.
Inheritance: System.Exception
Afficher le fichier Open project: philiplaureano/Hiro

Méthodes publiques

Méthode Description
ConstructorNotFoundException ( string message ) : System

Initializes a new instance of the ConstructorNotFoundException class.

Method Details

ConstructorNotFoundException() public méthode

Initializes a new instance of the ConstructorNotFoundException class.
public ConstructorNotFoundException ( string message ) : System
message string The error message.
Résultat System