DtsComException Class

Definition

The exception that Integration Services raises when a COM error occurs.

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

Properties

ErrorCode

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

(Inherited from DtsException)

Applies to