C# Class Malt.Reporting.TemplateException

Inheritance: System.Exception
Exibir arquivo Open project: oldrev/maltreport

Public Methods

Method Description
TemplateException ( ) : System
TemplateException ( string msg ) : System
TemplateException ( string msg, Exception ex ) : System

Protected Methods

Method Description
TemplateException ( SerializationInfo si, StreamingContext sc ) : System

Method Details

TemplateException() public method

public TemplateException ( ) : System
return System

TemplateException() protected method

protected TemplateException ( SerializationInfo si, StreamingContext sc ) : System
si System.Runtime.Serialization.SerializationInfo
sc System.Runtime.Serialization.StreamingContext
return System

TemplateException() public method

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

TemplateException() public method

public TemplateException ( string msg, Exception ex ) : System
msg string
ex System.Exception
return System