C# Class SpeakEasy.SerializerException

Inheritance: System.Exception
Afficher le fichier Open project: jonnii/SpeakEasy

Méthodes publiques

Méthode Description
SerializerException ( ) : System
SerializerException ( string message ) : System
SerializerException ( string message, Exception inner ) : System

Method Details

SerializerException() public méthode

public SerializerException ( ) : System
Résultat System

SerializerException() public méthode

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

SerializerException() public méthode

public SerializerException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System