exception documentation
class ConnectingCancelledError(Exception): (source)
Constructor: ConnectingCancelledError(address)
An Exception that will be raised when an IStreamClientEndpoint
is cancelled before it connects.
Method | __init__ |
No summary |
Instance Variable | address |
The IAddress that is the destination of the cancelled IStreamClientEndpoint . |
Parameters | |
address | The IAddress that is the destination of the IStreamClientEndpoint that was cancelled. |