C# 클래스 BlackLinks.Templates.TemplateSourceException

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

공개 메소드들

메소드 설명
TemplateSourceException ( ) : System

Initializes a new instance of the T:TemplateSourceException class

TemplateSourceException ( string message ) : System

Initializes a new instance of the T:TemplateSourceException class

TemplateSourceException ( string message, Exception inner ) : System

Initializes a new instance of the T:TemplateSourceException class

보호된 메소드들

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

Initializes a new instance of the T:TemplateSourceException class

메소드 상세

TemplateSourceException() 공개 메소드

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

TemplateSourceException() 보호된 메소드

Initializes a new instance of the T:TemplateSourceException class
protected TemplateSourceException ( 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

TemplateSourceException() 공개 메소드

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

TemplateSourceException() 공개 메소드

Initializes a new instance of the T:TemplateSourceException class
public TemplateSourceException ( 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