Class ConfigModelLayerLoadException
Inheritance
ConfigModelLayerLoadException
Implements
Inherited Members
Namespace: Mastersign.ConfigModel
Assembly: Mastersign.ConfigModel.dll
Syntax
[Serializable]
public class ConfigModelLayerLoadException : ConfigModelLoadException, ISerializable
Constructors
ConfigModelLayerLoadException(string, string, Exception)
Declaration
public ConfigModelLayerLoadException(string message, string fileName, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| string | fileName | |
| Exception | innerException |