CryptographyException

Thrown when an error occured during a cryptographic operation.

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

Constructors

CryptographyException

Initializes a new instance of CryptographyException.

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

CryptographyException

Initializes a new instance of CryptographyException.

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

CryptographyException

Initializes a new instance of CryptographyException.

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

In this document