Class ConfigModelFileNotFoundException
Inheritance
ConfigModelFileNotFoundException
Assembly: Mastersign.ConfigModel.dll
Syntax
[Serializable]
public abstract class ConfigModelFileNotFoundException : ConfigModelException, ISerializable
Constructors
ConfigModelFileNotFoundException(string, string, Exception)
Declaration
protected ConfigModelFileNotFoundException(string message, string fileName, Exception innerException)
Parameters
Properties
FileName
Declaration
public string FileName { get; }
Property Value
Implements