Class SystemEventArgs
System event arguments
public class SystemEventArgs : CMSEventArgs
- Inheritance
-
objectEventArgsSystemEventArgs
- Inherited Members
- Extension Methods
Constructors
SystemEventArgs()
Constructor
public SystemEventArgs()
Properties
Exception
Raised exception
public Exception Exception { get; set; }
Property Value
- Exception
LogException
If true, the exception is allowed to be logged
public bool LogException { get; set; }
Property Value
- bool