This class represents an error that has occured during the package execution. Use this class to access additional error information.

Namespace: SSIS.Test.Dts
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public sealed class DtsError : DtsObject
Visual Basic
Public NotInheritable Class DtsError _
	Inherits DtsObject
Visual C++
public ref class DtsError sealed : public DtsObject

Inheritance Hierarchy

System..::..Object
  SSIS.Test.Dts..::..DtsObject
    SSIS.Test.Dts..::..DtsError

See Also