IntegrationServicesException Class

Definition

Represents the base class for all Integration Services exceptions.

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
Inheritance
IntegrationServicesException
Attributes

Constructors

IntegrationServicesException()

Initializes a new instance of the IntegrationServicesException class.

IntegrationServicesException(SerializationInfo, StreamingContext)

Initializes a new instance of the IntegrationServicesException class with the specified information and streaming context.

IntegrationServicesException(String)

Initializes a new instance of the IntegrationServicesException class with the specified exception message.

IntegrationServicesException(String, Exception)

Initializes a new instance of the IntegrationServicesException class with the specified exception message.

Properties

HelpLink

Gets a link to the help website.

ProductVersion

Gets the version of the product.

Methods

SetHelpContext(String)

Sets the help context based on the resource string that is passed.

Applies to