C# Class Meebey.SmartIrc4net.SmartIrc4netException

Inheritance: ApplicationException
Afficher le fichier Open project: thehackingsage/ddos

Méthodes publiques

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

Méthodes protégées

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

Method Details

SmartIrc4netException() public méthode

public SmartIrc4netException ( ) : System
Résultat System

SmartIrc4netException() protected méthode

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

SmartIrc4netException() public méthode

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

SmartIrc4netException() public méthode

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