CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    Class DocumentException

    Exception management class that host information about exceptions that occurred while managing documents in code factory.

    Inheritance
    object
    Exception
    CodeFactoryException
    DocumentException
    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: CodeFactory.Document
    Assembly: CodeFactory.dll
    Syntax
    public class DocumentException : CodeFactoryException, ISerializable

    Constructors

    DocumentException()

    Creates a document exception.

    Declaration
    public DocumentException()

    DocumentException(string)

    Creates a document exception.

    Declaration
    public DocumentException(string message)
    Parameters
    Type Name Description
    string message

    The error message to be captured by the exception

    DocumentException(string, Exception)

    Creates a document exception.

    Declaration
    public DocumentException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    The error message to be captured by the exception

    Exception innerException

    The inner exception that occurred and to be added to this exception.

    Implements

    ISerializable
    © CodeFactory, LLC. All rights reserved.