Share via


CommerceCacheException Constructor (String, String, Exception) (BCL)

Use this method to create a new instance of the CommerceCacheException class with the specified name, operation, and inner exception.

Definition

[Visual Basic .NET]

Public Sub New( _ByValname As System.String, _
  ByValoperation As System.String, _
  ByValinner As System.Exception _
) 

[C#]

public CommerceCacheSystem.Exception(System.Stringname,
  System.Stringoperation,
  System.Exceptioninner);

Parameters

[Visual Basic .NET]

  • name
    The cache name.
  • operation
    The operation that failed.
  • inner
    The inner exception.

[C#]

  • name
    The cache name.
  • operation
    The operation that failed.
  • inner
    The operation that failed.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Caching

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.