SecurityException

This is the framework root class for security exceptions.

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

Constructors

SecurityException

Initializes anew instance of SecurityException.

Signature:
public Void SecurityException(msg)
Parameters
Name Type Summary
msg String

SecurityException

Initializes anew instance of SecurityException.

Signature:
public Void SecurityException(msg, src)
Parameters
Name Type Summary
msg String
src String

SecurityException

Initializes anew instance of SecurityException.

Signature:
public Void SecurityException(msg, src, inner)
Parameters
Name Type Summary
msg String
src String
inner Exception

In this document