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
파일 보기 프로젝트 열기: philiplaureano/Hiro

공개 메소드들

메소드 설명
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