Show / Hide Table of Contents

    Class XDataAdapterException

    Adapter exception

    Inheritance
    Object
    Exception
    ApplicationException
    XDataException
    XDataAdapterException
    Implements
    ISerializable
    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: XData.Exceptions
    Assembly: XData.docfx.dll
    Syntax
    [Serializable]
    public class XDataAdapterException : XDataException, ISerializable

    Constructors

    | Improve this Doc View Source

    XDataAdapterException(XDataAdapterExceptionType, String)

    Adapter exception

    Declaration
    public XDataAdapterException(XDataAdapterExceptionType type, string path)
    Parameters
    Type Name Description
    XDataAdapterExceptionType type

    Exception type

    String path

    Adapter file path

    | Improve this Doc View Source

    XDataAdapterException(XDataAdapterExceptionType, String, Type)

    Adapter exception

    Declaration
    public XDataAdapterException(XDataAdapterExceptionType type, string details, Type adapterType)
    Parameters
    Type Name Description
    XDataAdapterExceptionType type

    Exception type

    String details

    Exception details

    Type adapterType

    Adapter type

    | Improve this Doc View Source

    XDataAdapterException(XDataAdapterExceptionType, Type)

    Adapter exception

    Declaration
    public XDataAdapterException(XDataAdapterExceptionType type, Type adapterType)
    Parameters
    Type Name Description
    XDataAdapterExceptionType type

    Exception type

    Type adapterType

    Adapter type

    Properties

    | Improve this Doc View Source

    AdapterType

    Adapter type

    Declaration
    public Type AdapterType { get; }
    Property Value
    Type Description
    Type
    | Improve this Doc View Source

    Details

    Exception details

    Declaration
    public string Details { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    FilePath

    Adapter file path

    Declaration
    public string FilePath { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Type

    Adapter exception type

    Declaration
    public XDataAdapterExceptionType Type { get; }
    Property Value
    Type Description
    XDataAdapterExceptionType

    Implements

    System.Runtime.Serialization.ISerializable

    Extension Methods

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