Mastersign.ConfigModel
Show / Hide Table of Contents

Class ConfigModelException

Inheritance
object
Exception
ConfigModelException
ConfigModelFileNotFoundException
ConfigModelLoadException
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: Mastersign.ConfigModel
Assembly: Mastersign.ConfigModel.dll
Syntax
[Serializable]
public abstract class ConfigModelException : Exception, ISerializable

Constructors

ConfigModelException(SerializationInfo, StreamingContext)

Declaration
protected ConfigModelException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

ConfigModelException(string)

Declaration
protected ConfigModelException(string message)
Parameters
Type Name Description
string message

ConfigModelException(string, Exception)

Declaration
protected ConfigModelException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException

Implements

ISerializable
In This Article
Back to top
mastersign