Show / Hide Table of Contents

    Enum XDataRuntimeExceptionType

    XData runtime exception type

    Namespace: XData.Exceptions
    Assembly: XData.docfx.dll
    Syntax
    public enum XDataRuntimeExceptionType

    Fields

    Name Description
    ArgumentError

    Argument error

    AssemblyNotFoundError

    Assembly not found by path

    AttachedHandlersNotFoundError

    Attached handlers collection not found

    CustomActionAttributeNotFoundError

    CustomActionAttribute not found

    CustomLogicError

    Custom logic error

    DataConversionError

    Data conversion error

    DataMappingAttributeNotFoundError

    Data mapping attribute not found

    DataMappingError

    Data mapping error

    FunctionLockedError

    Function is locked

    GetIndexedAttributeError

    IndexedAttribute not found

    GetOriginalDataError

    Original data not found

    GetPropertyValueError

    Property not found

    GetRepositoryError

    Object not attached to repository

    GetSerializedDataFieldError

    SerializedData field not found

    GetStateError

    Object state not found

    PropertyIsReadOnlyError

    Property is read only

    RepositoryIsReadOnlyError

    Repository marked as read only

    ServerCallError

    XData Application Server call error

    SessionCreationFailedError

    Application server session creation failed

    SessionNotFoundError

    Application server session not found

    TypeLoadingError

    Type loading error

    TypeNotFoundError

    Type not found in assembly

    WorkSetError

    Work set data access error

    Extension Methods

    SerializationExtensions.ToXml<XDataRuntimeExceptionType>()
    CollectionsExtensions.SetValue<XDataRuntimeExceptionType, T>(T)
    CollectionsExtensions.AsEnum<XDataRuntimeExceptionType>()
    DataObjectQueryableExtensions.CompareVariable(FilterOperation, String)
    Processing.Do<XDataRuntimeExceptionType>(Action<IProcess<XDataRuntimeExceptionType>>[])
    TypeExtensions.ChangeType<T>()
    TypeExtensions.ChangeType(Type)
    TypeExtensions.InvokeMethod<TRet>(Type[], Expression<Func<TRet>>, BindingFlags)
    TypeExtensions.InvokeMethod(Type[], Expression<Action>, BindingFlags)
    TypeExtensions.InvokeMethod<TRet>(Expression<Func<TRet>>, BindingFlags)
    TypeExtensions.InvokeMethod(Expression<Action>, BindingFlags)
    TypeExtensions.ConvertTo<T>()
    TypeExtensions.EqualValue(Enum)
    SqlBlockExtensions.SetExpression<XDataRuntimeExceptionType, TResult>(Expression<Func<IBlockQueryAdapter, TResult>>)
    QueryDescriptionExtensions.SetExpression<XDataRuntimeExceptionType, TResult>(Expression<Func<IQueryStructureAdapter, TResult>>)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX