DtsGenericException 类

定义

在出现错误且任何其他异常类均不处理该错误时引发的异常。

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
继承
DtsGenericException
属性

注解

此类由 DtsException 类实例化。

属性

ErrorCode

获取创建相应异常类的错误代码。 此字段为只读。

(继承自 DtsException)

适用于