CryptographicException Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the CryptographicException class with a specified error message in the specified format.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- format
-
Type:
System::String^
The format used to output the error message.
- insert
-
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 time format and the current date. This code example is part of a larger example provided for the CryptographicException class.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: