C# Class Malt.Reporting.TemplateException

Inheritance: System.Exception
Afficher le fichier Open project: oldrev/maltreport

Méthodes publiques

Méthode Description
TemplateException ( ) : System
TemplateException ( string msg ) : System
TemplateException ( string msg, Exception ex ) : System

Méthodes protégées

Méthode Description
TemplateException ( SerializationInfo si, StreamingContext sc ) : System

Method Details

TemplateException() public méthode

public TemplateException ( ) : System
Résultat System

TemplateException() protected méthode

protected TemplateException ( SerializationInfo si, StreamingContext sc ) : System
si System.Runtime.Serialization.SerializationInfo
sc System.Runtime.Serialization.StreamingContext
Résultat System

TemplateException() public méthode

public TemplateException ( string msg ) : System
msg string
Résultat System

TemplateException() public méthode

public TemplateException ( string msg, Exception ex ) : System
msg string
ex System.Exception
Résultat System