C# Class B1PP.Exceptions.UnableToReadException

Inheritance: Exception
Afficher le fichier Open project: pedromagueija/b1pp

Méthodes publiques

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

Méthodes protégées

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

Method Details

UnableToReadException() public méthode

public UnableToReadException ( ) : System
Résultat System

UnableToReadException() protected méthode

protected UnableToReadException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

UnableToReadException() public méthode

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

UnableToReadException() public méthode

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