Share via


PipelineException.PipelineName Property (BCL)

The PipelineName property is a read-only String that gets the friendly name of the pipeline that encountered the exception.

Definition

[Visual Basic .NET]

Public ReadOnly Property PipelineName As System.String

[C#]

public System.String PipelineName{get;} 

Property Value

The friendly name of the pipeline that encountered the exception.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Pipelines

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.