CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
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
    _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 ModelLoadException : CodeFactoryException, ISerializable, _Exception

    Constructors

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    Implements

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