C# Class Squishy.Irc.IrcException

Inheritance: System.Exception
Afficher le fichier Open project: jaddie/WCell-Utility-Bot

Méthodes publiques

Méthode Description
IrcException ( ) : System
IrcException ( string message ) : System
IrcException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

IrcException() public méthode

public IrcException ( ) : System
Résultat System

IrcException() protected méthode

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

IrcException() public méthode

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

IrcException() public méthode

public IrcException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System