CryptographicException Constructor (String)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  System.Security.Cryptography
Assembly:  Microsoft.SPOT.Security.PKCS11 (in Microsoft.SPOT.Security.PKCS11.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public CryptographicException(
    string message
)
public:
CryptographicException(
    String^ message
)
new : 
        message:string -> CryptographicException
public function CryptographicException(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

CryptographicException Class

CryptographicException Overload

System.Security.Cryptography Namespace