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 | |
---|---|---|
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | Gets a link to the help website. (Substitui Exception.HelpLink.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
ProductVersion | Gets the version of the product. | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Segurança crítica. (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
SetHelpContext | Sets the help context based on the resource string that is passed. | |
ToString | (Herdado de Exception.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
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