Mastersign.ConfigModel
Show / Hide Table of Contents

Class ConfigModelLayerNotFoundException

Inheritance
object
Exception
ConfigModelException
ConfigModelFileNotFoundException
ConfigModelLayerNotFoundException
Implements
ISerializable
Inherited Members
ConfigModelFileNotFoundException.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 ConfigModelLayerNotFoundException : ConfigModelFileNotFoundException, ISerializable

Constructors

ConfigModelLayerNotFoundException(string, string, Exception)

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

Implements

ISerializable
In This Article
Back to top
mastersign