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