Class ConfigModelLayerNotFoundException
Inheritance
ConfigModelLayerNotFoundException
Implements
Inherited Members
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 |