Mastersign.ConfigModel
Show / Hide Table of Contents

Class ConfigModelIncludeLoadException

Inheritance
object
Exception
ConfigModelException
ConfigModelLoadException
ConfigModelIncludeLoadException
Implements
ISerializable
Inherited Members
ConfigModelLoadException.FileName
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: Mastersign.ConfigModel
Assembly: Mastersign.ConfigModel.dll
Syntax
[Serializable]
public class ConfigModelIncludeLoadException : ConfigModelLoadException, ISerializable

Constructors

ConfigModelIncludeLoadException(string, string, string, Exception)

Declaration
public ConfigModelIncludeLoadException(string message, string modelFile, string fileName, Exception innerException)
Parameters
Type Name Description
string message
string modelFile
string fileName
Exception innerException

Properties

ModelFile

Declaration
public string ModelFile { get; }
Property Value
Type Description
string

Implements

ISerializable
In This Article
Back to top
mastersign