Table of Contents

Class TransportClosedException

Namespace
NArk.ArkadeIntents.Rfq
Assembly
NArk.ArkadeIntents.dll

Thrown when the transport was disposed while a negotiation was still waiting for a reply.

public sealed class TransportClosedException : Exception, ISerializable
Inheritance
TransportClosedException
Implements
Inherited Members

Remarks

Describes a decision on our own side of the wire rather than anything about the wire. A caller that closed deliberately — a user leaving the screen, a flow abandoning its request — can match on this and stay quiet, instead of reporting a solver failure that never happened.

Constructors

TransportClosedException()

Thrown when the transport was disposed while a negotiation was still waiting for a reply.

public TransportClosedException()

Remarks

Describes a decision on our own side of the wire rather than anything about the wire. A caller that closed deliberately — a user leaving the screen, a flow abandoning its request — can match on this and stay quiet, instead of reporting a solver failure that never happened.