Share via


CommerceAuthenticationFailedDecryptionException Constructor (String) (BCL)

Use this method to create a new instance of the CommerceAuthenticationFailedDecryptionException class with the specified string message.

Definition

[Visual Basic .NET]

Public Sub New( _ByValmessage As System.String _
) 

[C#]

public CommerceAuthenticationFailedDecryptionException(System.Stringmessage);

Parameters

[Visual Basic .NET]

  • message
    The error message.

[C#]

  • message
    The error message.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.