C# Class Sarcasm.Parsing.AstException

Inheritance: System.Exception
Afficher le fichier Open project: davidnemeti/Sarcasm

Méthodes publiques

Méthode Description
AstException ( ) : System
AstException ( string message ) : System

Méthodes protégées

Méthode Description
AstException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AstException() public méthode

public AstException ( ) : System
Résultat System

AstException() protected méthode

protected AstException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

AstException() public méthode

public AstException ( string message ) : System
message string
Résultat System