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