Search Results for

    Show / Hide Table of Contents

    Class PictureparkException

    Inheritance
    object
    Exception
    PictureparkException
    ConfigurationIndexNotFoundException
    CustomerAliasNotFoundException
    CustomerDeactivationException
    CustomerHostNotFoundException
    CustomerNotActiveException
    CustomerNotAvailableException
    CustomerNotDeactivatedException
    CustomerNotFoundException
    CustomerViolationException
    DuplicateAliasException
    ElasticVersionUpdateException
    EnvironmentDeactivationException
    EnvironmentNotAvailableException
    EnvironmentNotDeactivatedException
    EnvironmentNotFoundException
    InvalidVersionException
    MaximumTransferSizeException
    PictureparkBusinessException
    RedisDatabaseExceededException
    ServiceProviderCreateException
    ServiceProviderDeleteException
    ServiceProviderNotFoundException
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [JsonConverter(typeof(JsonInheritanceConverter), new object[] { "kind" })]
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    [JsonObject]
    public class PictureparkException : Exception, ISerializable

    Properties

    CloudName

    Declaration
    [JsonProperty("cloudName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string CloudName { get; set; }
    Property Value
    string

    ExceptionMessage

    Declaration
    [JsonProperty("exceptionMessage", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string ExceptionMessage { get; set; }
    Property Value
    string

    HttpStatusCode

    Declaration
    [JsonProperty("httpStatusCode", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public int HttpStatusCode { get; set; }
    Property Value
    int

    TraceId

    Declaration
    [JsonProperty("traceId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string TraceId { get; set; }
    Property Value
    string

    TraceJobId

    Declaration
    [JsonProperty("traceJobId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string TraceJobId { get; set; }
    Property Value
    string

    TraceLevel

    Declaration
    [JsonProperty("traceLevel", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    [JsonConverter(typeof(StringEnumConverter))]
    public TraceLevel TraceLevel { get; set; }
    Property Value
    TraceLevel

    Methods

    FromJson(string)

    Declaration
    public static PictureparkException FromJson(string data)
    Parameters
    string data

    Returns
    PictureparkException

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Extension Methods

    PictureparkExceptionExtensions.GetLocalizedErrorCode(PictureparkException, string)
    Back to top Generated by DocFX