Class ConfigModelIncludeCycleException
Implements
Inherited Members
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[] |