C# Class WikiUpload.ServerIsBusyException

Inheritance: Exception
Afficher le fichier Open project: Aspallar/Wiki-Up

Méthodes publiques

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

Méthodes protégées

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

Method Details

ServerIsBusyException() public méthode

public ServerIsBusyException ( ) : System
Résultat System

ServerIsBusyException() protected méthode

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

ServerIsBusyException() public méthode

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

ServerIsBusyException() public méthode

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