CryptographicException.CryptographicException(Int32) Constructor
Assembly: mscorlib (in mscorlib.dll)
The CryptographicException constructor accepts a system HRESULT error code and sets the Message property to a localized message that corresponds to the HRESULT.
The following table shows the initial property values for an instance of CryptographicException.
| Property | Value |
|---|---|
| a null reference (Nothing in Visual Basic). | |
| Message | The localized error message string. |
The following code example demonstrates how to construct a CryptographicException using an error code for an CryptographicUnexpectedOperationException. This code example is part of a larger example provided for the CryptographicException class.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.