IntegrationServicesException Class
Represents the base class for all Integration Services exceptions.
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
System::Exception
Microsoft.SqlServer.Management.Common::SqlServerManagementException
Microsoft.SqlServer.Management.IntegrationServices::IntegrationServicesException
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | Gets a link to the help website.(Overrides Exception::HelpLink.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() ![]() | ProductVersion | Gets the version of the product. |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetHelpContext(String^) | Sets the help context based on the resource string that is passed. |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





