C# Class apophis.SharpIRC.NotConnectedException

Inheritance: ConnectionException
Afficher le fichier Open project: FreeApophis/sharpIRC

Méthodes publiques

Méthode Description
NotConnectedException ( ) : System
NotConnectedException ( string message ) : System
NotConnectedException ( string message, Exception e ) : System

Méthodes protégées

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

Method Details

NotConnectedException() public méthode

public NotConnectedException ( ) : System
Résultat System

NotConnectedException() protected méthode

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

NotConnectedException() public méthode

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

NotConnectedException() public méthode

public NotConnectedException ( string message, Exception e ) : System
message string
e System.Exception
Résultat System