Mastersign.ConfigModel
Show / Hide Table of Contents

Class ConfigModelIncludeCycleException

Inheritance
object
Exception
ConfigModelIncludeCycleException
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 class ConfigModelIncludeCycleException : Exception, ISerializable

Constructors

ConfigModelIncludeCycleException(string[])

Declaration
public ConfigModelIncludeCycleException(string[] cyclicPaths)
Parameters
Type Name Description
string[] cyclicPaths

Properties

PathCycle

Declaration
public string[] PathCycle { get; set; }
Property Value
Type Description
string[]

Implements

ISerializable
In This Article
Back to top
mastersign