Constructors: NewCryptographicException

NewCryptographicException

Creates a new CryptographicException object.



 Public Function NewCryptographicException(
	  ByRef Message As String,
	  Optional ByVal InnerException As Exception ) As CryptographicException

Parameters

Message
[ByRef] String. The message contained within the exception object.
InnerException
[ByVal] Optional. Exception. A reference to an exception that may have cause this exception to occur.

Return Values

CryptographicException -  A new CryptoGraphicException object.

Remarks

Most of the exceptions that occur within the cryptography set of classes will be a CryptographicException.

See Also

Project CorLib Overview

Class Constructors Overview

CryptographicException