exception documentation

class ConnectingCancelledError(Exception):

Constructor: ConnectingCancelledError(address)

View In Hierarchy

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.
def __init__(self, address):
Parameters
addressThe IAddress that is the destination of the IStreamClientEndpoint that was cancelled.
address =

The IAddress that is the destination of the cancelled IStreamClientEndpoint.