C# 클래스 BlackLinks.Templates.TemplateCompilerNotFoundException

상속: System.Exception
파일 보기 프로젝트 열기: heapsource/BlackLinks

공개 메소드들

메소드 설명
TemplateCompilerNotFoundException ( ) : System

Initializes a new instance of the T:TemplateCompilerNotFoundException class

TemplateCompilerNotFoundException ( string message ) : System

Initializes a new instance of the T:TemplateCompilerNotFoundException class

TemplateCompilerNotFoundException ( string message, Exception inner ) : System

Initializes a new instance of the T:TemplateCompilerNotFoundException class

보호된 메소드들

메소드 설명
TemplateCompilerNotFoundException ( System info, System context ) : System

Initializes a new instance of the T:TemplateCompilerNotFoundException class

메소드 상세

TemplateCompilerNotFoundException() 공개 메소드

Initializes a new instance of the T:TemplateCompilerNotFoundException class
public TemplateCompilerNotFoundException ( ) : System
리턴 System

TemplateCompilerNotFoundException() 보호된 메소드

Initializes a new instance of the T:TemplateCompilerNotFoundException class
protected TemplateCompilerNotFoundException ( System info, System context ) : System
info System The object that holds the serialized object data.
context System The contextual information about the source or destination.
리턴 System

TemplateCompilerNotFoundException() 공개 메소드

Initializes a new instance of the T:TemplateCompilerNotFoundException class
public TemplateCompilerNotFoundException ( string message ) : System
message string A that describes the exception.
리턴 System

TemplateCompilerNotFoundException() 공개 메소드

Initializes a new instance of the T:TemplateCompilerNotFoundException class
public TemplateCompilerNotFoundException ( string message, Exception inner ) : System
message string A that describes the exception.
inner System.Exception The exception that is the cause of the current exception.
리턴 System