Mastersign.ConfigModel
Show / Hide Table of Contents

Class ModelReloadErrorEventArgs

Inheritance
object
EventArgs
ModelReloadErrorEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Mastersign.ConfigModel
Assembly: Mastersign.ConfigModel.dll
Syntax
public class ModelReloadErrorEventArgs : EventArgs

Constructors

ModelReloadErrorEventArgs(ConfigModelException)

Declaration
public ModelReloadErrorEventArgs(ConfigModelException exception)
Parameters
Type Name Description
ConfigModelException exception

Properties

Exception

Declaration
public ConfigModelException Exception { get; }
Property Value
Type Description
ConfigModelException
In This Article
Back to top
mastersign