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