C# Class Malt.Reporting.SyntaxErrorException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

SyntaxErrorException() public méthode

public SyntaxErrorException ( ) : System
Résultat System

SyntaxErrorException() protected méthode

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

SyntaxErrorException() public méthode

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

SyntaxErrorException() public méthode

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