C# Class Sarcasm.Unparsing.UnparseException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

UnparseException() public méthode

public UnparseException ( ) : System
Résultat System

UnparseException() protected méthode

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

UnparseException() public méthode

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