C# Class RazorTex.TemplateException

Inheritance: System.Exception
显示文件 Open project: cmenge/RazorTex

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
TemplateException ( ) : System
TemplateException ( string message ) : System
TemplateException ( string message, Exception inner ) : System

Protected Methods

Method Description
TemplateException ( System info, System context ) : System

Private Methods

Method Description
TemplateException ( CompilerErrorCollection errors ) : System

Initialises a new instance of TemplateException

Method Details

GetObjectData() public method

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

TemplateException() public method

public TemplateException ( ) : System
return System

TemplateException() protected method

protected TemplateException ( System info, System context ) : System
info System
context System
return System

TemplateException() public method

public TemplateException ( string message ) : System
message string
return System

TemplateException() public method

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