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
Datei anzeigen Open project: philiplaureano/Hiro

Public Methods

Method Description
ConstructorNotFoundException ( string message ) : System

Initializes a new instance of the ConstructorNotFoundException class.

Method Details

ConstructorNotFoundException() public method

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