PipelineLoadException Class (BCL)

Exception class thrown when a pipeline fails to load successfully.

**System.Object
   System.Exception
      System.ApplicationException
**         Microsoft.CommerceServer.Runtime.CommerceException
            Microsoft.CommerceServer.Runtime.Pipelines.PipelineException
               Microsoft.CommerceServer.Runtime.Pipelines.PipelineLoadException

Public Instance Constructor

Constructor Description
PipelineLoadException Constructor Creates a new instance of the PipelineLoadException class.
PipelineLoadException Constructor(String) Creates a new instance of the PipelineLoadException class with the specified message.
PipelineLoadException Constructor(String, Exception) Creates a new instance of the PipelineLoadException class with the specified message and inner exception.
PipelineLoadException Constructor(String, String, Exception) Creates a new instance of the PipelineLoadException class with the specified pipeline name, .pcf file path, and inner exception.

 

Protected Instance Constructor

Constructor Description
PipelineLoadException Constructor (SerializationInfo, StreamingContext) Creates a new instance of the PipelineLoadException class with the specified serialization information and streaming context.

Public Instance Methods

Method Description
GetBaseException (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.
GetObjectData (SerializationInfo, StreamingContext) Sets the SerializationInfo object with information about the exception.
ToString (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.

 

Public Instance Properties

Property Description
HelpLink (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.
InnerException (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.
Message (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.
PCFPath Gets the .pcf file path.
PipelineName (Inherited from PipelineException) Gets the friendly name of the pipeline that encountered the exception.
Source (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.
StackTrace (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.
TargetSite (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.

Protected Instance Properties

Property Description
HResult (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Pipelines

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.