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

Search Results for

    Class ModelLoadException

    Exception class that captures information about errors during the creation of a code factory model.

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

    Constructors

    ModelLoadException(string)

    Creates a model load exception.

    Declaration
    public ModelLoadException(string modelType = null)
    Parameters
    Type Name Description
    string modelType

    Optional parameter that stores the name of the target model type.

    ModelLoadException(string, Exception, string)

    Creates a model load exception.

    Declaration
    public ModelLoadException(string message, Exception innerException, string modelType = null)
    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.

    string modelType

    Optional parameter that stores the name of the target model type.

    ModelLoadException(string, string)

    Creates a model load exception.

    Declaration
    public ModelLoadException(string message, string modelType = null)
    Parameters
    Type Name Description
    string message

    The error message to be captured by the exception

    string modelType

    Optional parameter that stores the name of the target model type.

    Implements

    ISerializable
    © CodeFactory, LLC. All rights reserved.