DtsPipelineException Class

Definition

The exception that is thrown when an error occurs in the pipeline.

public ref class DtsPipelineException : Microsoft::SqlServer::Dts::Runtime::DtsException
[System.Serializable]
public class DtsPipelineException : Microsoft.SqlServer.Dts.Runtime.DtsException
[<System.Serializable>]
type DtsPipelineException = class
    inherit DtsException
Public Class DtsPipelineException
Inherits DtsException
Inheritance
DtsPipelineException
Attributes

Remarks

This class is instantiated by the DtsException class when an error occurs in any Data Flow task.

Properties

ErrorCode

Gets the error code that creates the appropriate exception class. This field is read-only.

(Inherited from DtsException)

Applies to