C# 클래스 RazorTex.TemplateException

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

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
TemplateException ( ) : System
TemplateException ( string message ) : System
TemplateException ( string message, Exception inner ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
TemplateException ( CompilerErrorCollection errors ) : System

Initialises a new instance of TemplateException

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

TemplateException() 공개 메소드

public TemplateException ( ) : System
리턴 System

TemplateException() 보호된 메소드

protected TemplateException ( System info, System context ) : System
info System
context System
리턴 System

TemplateException() 공개 메소드

public TemplateException ( string message ) : System
message string
리턴 System

TemplateException() 공개 메소드

public TemplateException ( string message, Exception inner ) : System
message string
inner System.Exception
리턴 System