Class ConnectionFailedException

An Exception related to when the connection fails to connect

Inheritance
ConnectionFailedException
Implements
ISerializable
Namespace: VoltRpc.Communication
Assembly: VoltRpc.dll
Syntax
public class ConnectionFailedException : Exception, ISerializable

Constructors

| Edit this page View Source

ConnectionFailedException(string)

Creates a new ConnectionFailedException instance

Declaration
public ConnectionFailedException(string message)
Parameters
TypeNameDescription
stringmessage
| Edit this page View Source

ConnectionFailedException(string, Exception)

Creates a new ConnectionFailedException instance

Declaration
public ConnectionFailedException(string message, Exception innerException)
Parameters
TypeNameDescription
stringmessage
ExceptioninnerException

Implements

ISerializable