class documentation

class ConnectingCancelledError(Exception): (source)

View In Hierarchy

An Exception that will be raised when an IStreamClientEndpoint is cancelled before it connects.
Method __init__
Instance Variable address The IAddress that is the destination of the cancelled IStreamClientEndpoint.
def __init__(self, address): (source)
Parameters
addressThe IAddress that is the destination of the IStreamClientEndpoint that was cancelled.
address = (source)
The IAddress that is the destination of the cancelled IStreamClientEndpoint.