C# Класс Hiro.ConstructorNotFoundException

An exception that is thrown whenever the compiler is unable to find a constructor that can be instantiated by the compiled container.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ConstructorNotFoundException ( string message ) : System

Initializes a new instance of the ConstructorNotFoundException class.

Описание методов

ConstructorNotFoundException() публичный Метод

Initializes a new instance of the ConstructorNotFoundException class.
public ConstructorNotFoundException ( string message ) : System
message string The error message.
Результат System