IntegrationServicesException 类

定义

表示所有 Integration Services 异常的基类。

public ref class IntegrationServicesException : Microsoft::SqlServer::Management::Common::SqlServerManagementException
[System.Serializable]
public class IntegrationServicesException : Microsoft.SqlServer.Management.Common.SqlServerManagementException
[<System.Serializable>]
type IntegrationServicesException = class
    inherit SqlServerManagementException
Public Class IntegrationServicesException
Inherits SqlServerManagementException
继承
IntegrationServicesException
属性

构造函数

IntegrationServicesException()

初始化 IntegrationServicesException 类的新实例。

IntegrationServicesException(SerializationInfo, StreamingContext)

使用指定的信息和流上下文初始化 IntegrationServicesException 类的新实例。

IntegrationServicesException(String)

使用指定的异常消息初始化 IntegrationServicesException 类的新实例。

IntegrationServicesException(String, Exception)

使用指定的异常消息初始化 IntegrationServicesException 类的新实例。

属性

HelpLink

获取指向帮助网站的链接。

ProductVersion

获取产品的版本。

方法

SetHelpContext(String)

基于传递的资源字符串设置帮助上下文。

适用于