DtsScriptingException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |