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 | |
---|---|---|
IntegrationServicesException() | Initializes a new instance of the IntegrationServicesException class. | |
IntegrationServicesException(String) | Initializes a new instance of the IntegrationServicesException class with the specified exception message. | |
IntegrationServicesException(SerializationInfo, StreamingContext) | Initializes a new instance of the IntegrationServicesException class with the specified information and streaming context. | |
IntegrationServicesException(String, Exception) | Initializes a new instance of the IntegrationServicesException class with the specified exception message. |
Top
Properties
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.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Security Critical. (Inherited from Exception.) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
SetHelpContext | Sets the help context based on the resource string that is passed. | |
ToString | (Inherited from Exception.) |
Top
Events
Name | Description | |
---|---|---|
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