IntegrationServicesException Class

 

Represents the base class for all Integration Services exceptions.

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

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

[SerializableAttribute]
public ref class IntegrationServicesException : SqlServerManagementException

NameDescription
System_CAPS_pubmethodIntegrationServicesException()

Initializes a new instance of the IntegrationServicesException class.

System_CAPS_pubmethodIntegrationServicesException(SerializationInfo^, StreamingContext)

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

System_CAPS_pubmethodIntegrationServicesException(String^)

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

System_CAPS_pubmethodIntegrationServicesException(String^, Exception^)

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

NameDescription
System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyHelpLink

Gets a link to the help website.(Overrides Exception::HelpLink.)

System_CAPS_pubpropertyHResult

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_protpropertySystem_CAPS_staticProductVersion

Gets the version of the product.

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

(Inherited from Exception.)

System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSetHelpContext(String^)

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

System_CAPS_pubmethodToString()

(Inherited from Exception.)

NameDescription
System_CAPS_proteventSerializeObjectState

(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.

Return to top
Show: