SecurityIncidentException

Thrown when a security incident is created and data operations are aborted.

Namespace:
Inetdev.Auditing
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Security.SecurityException

Constructors

SecurityIncidentException

Initializes a new instance of SecurityIncidentException.

Signature:
public Void SecurityIncidentException(msg, securityIncident)
Parameters
Name Type Summary
msg String A message.
securityIncident SecurityIncident A SecurityIncident.

Properties

SecurityIncident

Recorded security incident.

Signature:
public SecurityIncident SecurityIncident { get; }

Methods

ToString

Returns a textual representation of the SecurityIncidentException to be logged.

Signature:
public String ToString()