Click or drag to resize

VGSecurityErrorEventArgs Class

Provides data for the SecurityError event.

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Novalys.VisualGuard.SecurityVGSecurityErrorEventArgs

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
public class VGSecurityErrorEventArgs : EventArgs

The VGSecurityErrorEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyContinue

Gets or sets a value indicating if the exception must ignore or thrown.

Public propertyException

Gets or sets an exception generated by Visual Guard.

Public propertyPrincipal

Gets the VGIPrincipal representing the current user.

Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also