C# Class WikiUpload.ServerIsBusyException

Inheritance: Exception
Mostrar archivo Open project: Aspallar/Wiki-Up

Public Methods

Method Description
ServerIsBusyException ( ) : System
ServerIsBusyException ( string message ) : System
ServerIsBusyException ( string message, Exception innerException ) : System

Protected Methods

Method Description
ServerIsBusyException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ServerIsBusyException() public method

public ServerIsBusyException ( ) : System
return System

ServerIsBusyException() protected method

protected ServerIsBusyException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

ServerIsBusyException() public method

public ServerIsBusyException ( string message ) : System
message string
return System

ServerIsBusyException() public method

public ServerIsBusyException ( string message, Exception innerException ) : System
message string
innerException Exception
return System