PipelineLoadException Constructor (String, String, Exception) (BCL)
Use this method to create a new instance of the PipelineLoadException class with the specified pipeline name, .pcf file path, and inner exception.
Definition
[Visual Basic .NET]
Public Sub New( _ByValpipelineName As System.String, _
ByValpcfPath As System.String, _
ByValinner As System.Exception _
)
[C#]
public PipelineLoadSystem.Exception(System.StringpipelineName,
System.StringpcfPath,
System.Exceptioninner);
Parameters
[Visual Basic .NET]
- pipelineName
The pipeline name. - pcfPath
The .pcf file path. - inner
The inner exception.
[C#]
- pipelineName
The pipeline name. - pcfPath
The .pcf file path. - inner
The inner 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.