[%siteTitle%]
Search Results for

    [%custom-skipDocumentationFor%]
    Show / Hide Table of Contents Show / Hide Table of Contents
    NamespaceSystemLibrary.Common.Framework.App SystemLibrary.Common.Framework.Client.dll

    The Callee Cancelled Request Exception is thrown when the callee (you) cancel's the request.

    • To cancel a request you must pass a 'Cancellation Token', and then cancel the request through the Cancellation Token

    CalleeCancelledRequestException

    public class CalleeCancelledRequestException : Exception

    Inheritance
    object
    Exception
    CalleeCancelledRequestException
    Inherited Members
    Exception.GetBaseException()
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Examples
    Arguments
    X

    Constructors

    The Callee Cancelled Request Exception is thrown when the callee (you) cancel's the request.

    • To cancel a request you must pass a 'Cancellation Token', and then cancel the request through the Cancellation Token

    public CalleeCancelledRequestException(string message = null, Exception inner = null)

    X
    Methods arguments
    Type Name Description
    string message
    Exception inner

    Extension Methods

    ObjectExtensions.Json(object, bool)
    ObjectExtensions.Json(object, JsonSerializerOptions, bool, params JsonConverter[])
    ObjectExtensions.Json(object, params JsonConverter[])
    ObjectExtensions.Xml(object)

    }

    In This Article
    Package: nuget
    Source: github
    Website: [%footerSiteTitle%]