Show / Hide Table of Contents

    Class XDataException

    Base XData exception class

    Inheritance
    Object
    Exception
    ApplicationException
    XDataException
    XDataAdapterException
    XDataConcurrencyException
    XDataConfigurationException
    XDataQueryStructureException
    XDataRuntimeException
    XDataSecurityException
    XDataSqlException
    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
    public abstract class XDataException : ApplicationException, ISerializable

    Constructors

    | Improve this Doc View Source

    XDataException(String)

    Base XData exception class constructor

    Declaration
    protected XDataException(string message)
    Parameters
    Type Name Description
    String message
    | Improve this Doc View Source

    XDataException(String, Exception)

    Base XData exception class constructor

    Declaration
    protected XDataException(string message, Exception innerException)
    Parameters
    Type Name Description
    String message
    Exception innerException

    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