Class ConfigModelLoadException
Inheritance
ConfigModelLoadException
Implements
Inherited Members
Namespace: Mastersign.ConfigModel
Assembly: Mastersign.ConfigModel.dll
Syntax
[Serializable]
public abstract class ConfigModelLoadException : ConfigModelException, ISerializable
Constructors
ConfigModelLoadException(string, string, Exception)
Declaration
protected ConfigModelLoadException(string message, string fileName, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| string | fileName | |
| Exception | innerException |
Properties
FileName
Declaration
public string FileName { get; }
Property Value
| Type | Description |
|---|---|
| string |