DtsRuntimeException Class

Definition

The exception that is thrown when there is an error in the control flow.

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

Remarks

This class is instantiated by the DtsException class when an error occurs in a runtime control flow.

Properties

ErrorCode

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

(Inherited from DtsException)

Applies to