CancelException
Last updated
class AnchorLinkSharp::CancelException
: public LinkExceptionError that is thrown if a [[LinkTransport]] cancels a request.
public new LinkErrorCode Code= LinkErrorCode.ECancel
public CancelException(string reason)
public new LinkErrorCode Code= LinkErrorCode.ECancel
public CancelException(string reason)
Last updated