C# Class Yaircc.SerializableException

Afficher le fichier Open project: rastating/yaircc Class Usage Examples

Méthodes publiques

Méthode Description
SerializableException ( ) : System

Initialises a new instance of the SerializableException class.

SerializableException ( Exception ex ) : System

Initialises a new instance of the SerializableException class.

Method Details

SerializableException() public méthode

Initialises a new instance of the SerializableException class.
public SerializableException ( ) : System
Résultat System

SerializableException() public méthode

Initialises a new instance of the SerializableException class.
public SerializableException ( Exception ex ) : System
ex System.Exception The exception that occurred.
Résultat System