IntegrationServicesException Class

Represents the base class for all Integration Services exceptions.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class IntegrationServicesException _
    Inherits SqlServerManagementException
'Usage
Dim instance As IntegrationServicesException
[SerializableAttribute]
public class IntegrationServicesException : SqlServerManagementException
[SerializableAttribute]
public ref class IntegrationServicesException : public SqlServerManagementException
[<SerializableAttribute>]
type IntegrationServicesException =  
    class 
        inherit SqlServerManagementException 
    end
public class IntegrationServicesException extends SqlServerManagementException

The IntegrationServicesException type exposes the following members.

Constructors

  Name Description
Public method IntegrationServicesException() Initializes a new instance of the IntegrationServicesException class.
Public method IntegrationServicesException(String) Initializes a new instance of the IntegrationServicesException class with the specified exception message.
Public method IntegrationServicesException(SerializationInfo, StreamingContext) Initializes a new instance of the IntegrationServicesException class with the specified information and streaming context.
Public method IntegrationServicesException(String, Exception) Initializes a new instance of the IntegrationServicesException class with the specified exception message.

Top

Properties

  Name Description
Public property Data (Inherited from Exception.)
Public property HelpLink Gets a link to the help website. (Overrides Exception.HelpLink.)
Public property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Protected propertyStatic member ProductVersion Gets the version of the product.
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Security Critical. (Inherited from Exception.)
Public method GetType (Inherited from Exception.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetHelpContext Sets the help context based on the resource string that is passed.
Public method ToString (Inherited from Exception.)

Top

Events

  Name Description
Protected event SerializeObjectState (Inherited from Exception.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.IntegrationServices Namespace