Search Results for

    Show / Hide Table of Contents

    Class ApiException

    An exception that can be thrown, if a call to the LemonEdge WebService fails.

    Inheritance
    object
    Exception
    ApiException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API
    Assembly: LemonEdge.API.dll
    Syntax
    public class ApiException : Exception, ISerializable

    Constructors

    ApiException(ApiError, Exception)

    Creates a new ApiException, from an ApiError.

    Declaration
    public ApiException(ApiError error, Exception innerException = null)
    Parameters
    Type Name Description
    ApiError error

    The ApiError

    Exception innerException

    The inner exception

    Properties

    StackTrace

    The stack trace

    Declaration
    public override string StackTrace { get; }
    Property Value
    Type Description
    string
    Overrides
    Exception.StackTrace

    StatusCode

    The status code

    Declaration
    public int StatusCode { get; }
    Property Value
    Type Description
    int

    Implements

    ISerializable

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.