DtsSqlException Class
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 SQL Task.
public ref class DtsSqlException : Microsoft::SqlServer::Dts::Runtime::DtsException
C#
[System.Serializable]
public class DtsSqlException : Microsoft.SqlServer.Dts.Runtime.DtsException
[<System.Serializable>]
type DtsSqlException = class
inherit DtsException
Public Class DtsSqlException
Inherits DtsException
- Inheritance
- Attributes
This class is instantiated by the DtsException class when an error occurs in a SQL Task.
Error |
Gets the error code that creates the appropriate exception class. This field is read-only. (Inherited from DtsException) |
Product | Versions |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |