DtsScriptingException Class

Definition

The exception that is thrown when there is an error in a script task.

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

Remarks

This class is instantiated by the DtsException class when an error occurs in a script task.

Properties

ErrorCode

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

(Inherited from DtsException)

Applies to