Share via


CommerceCacheException Constructor (String) (BCL)

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

Definition

[Visual Basic .NET]

Public Sub New( _ByValmessage As System.String _
) 

[C#]

public CommerceCacheException(System.Stringmessage);

Parameters

[Visual Basic .NET]

  • message
    The message to include in the exception.

[C#]

  • message
    The message to include in the exception.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Caching

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.