CryptographicException Constructor (String^)
Initializes a new instance of the CryptographicException class with a specified error message.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- message
-
Type:
System::String^
The error message that explains the reason for the exception.
The following table shows the initial property values for an instance of CryptographicException.
Property | Value |
|---|---|
null. | |
The error message string. |
The following code example demonstrates how to construct a CryptographicException using a custom error message. This code example is part of a larger example provided for the CryptographicException class.
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0