DtsGenericException Class

Definition

The exception that is thrown when an error occurs and the error is not handled by any other exception class.

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

Remarks

This class is instantiated by the DtsException class.

Properties

ErrorCode

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

(Inherited from DtsException)

Applies to