Compartilhar via


Classe IntegrationServicesException

Represents the base class for all Integration Services exceptions.

Hierarquia de herança

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

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

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class IntegrationServicesException _
    Inherits SqlServerManagementException
'Uso
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

O tipo IntegrationServicesException expõe os membros a seguir.

Construtores

  Nome Descrição
Método público IntegrationServicesException() Initializes a new instance of the IntegrationServicesException class.
Método público IntegrationServicesException(String) Initializes a new instance of the IntegrationServicesException class with the specified exception message.
Método público IntegrationServicesException(SerializationInfo, StreamingContext) Initializes a new instance of the IntegrationServicesException class with the specified information and streaming context.
Método público IntegrationServicesException(String, Exception) Initializes a new instance of the IntegrationServicesException class with the specified exception message.

Início

Propriedades

  Nome Descrição
Propriedade pública Data (Herdado de Exception.)
Propriedade pública HelpLink Gets a link to the help website. (Substitui Exception.HelpLink.)
Propriedade pública HResult (Herdado de Exception.)
Propriedade pública InnerException (Herdado de Exception.)
Propriedade pública Message (Herdado de Exception.)
Propriedade protegidaMembro estático ProductVersion Gets the version of the product.
Propriedade pública Source (Herdado de Exception.)
Propriedade pública StackTrace (Herdado de Exception.)
Propriedade pública TargetSite (Herdado de Exception.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetBaseException (Herdado de Exception.)
Método público GetHashCode (Herdado de Object.)
Método público GetObjectData Segurança crítica. (Herdado de Exception.)
Método público GetType (Herdado de Exception.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido SetHelpContext Sets the help context based on the resource string that is passed.
Método público ToString (Herdado de Exception.)

Início

Eventos

  Nome Descrição
Evento protegido SerializeObjectState (Herdado de Exception.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.IntegrationServices