CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class CodeFactoryException

    Base exception class all code factory generated exceptions are based on.

    Inheritance
    object
    Exception
    CodeFactoryException
    ActionException
    DocumentException
    ModelException<TModelTypes>
    ModelLoadException
    VisualStudioException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    Namespace: CodeFactory
    Assembly: CodeFactory.dll
    Syntax
    public class CodeFactoryException : Exception, ISerializable, _Exception

    Constructors

    | Improve this Doc View Source

    CodeFactoryException()

    Creates a general code factory exception.

    Declaration
    public CodeFactoryException()
    | Improve this Doc View Source

    CodeFactoryException(string, Exception)

    Creates a model exception.

    Declaration
    public CodeFactoryException(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.

    | Improve this Doc View Source

    CodeFactoryException(string)

    Creates a general code factory exception.

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

    The error message to be captured by the exception.

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    © CodeFactory, LLC. All rights reserved.