Clase IntegrationServicesException
Represents the base class for all Integration Services exceptions.
Jerarquía de herencia
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
<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
El tipo IntegrationServicesException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
HelpLink | Gets a link to the help website. (Invalida Exception.HelpLink.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
ProductVersion | Gets the version of the product. | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Importante para la seguridad. (Se hereda de Exception.) | |
GetType | (Se hereda de Exception.) | |
MemberwiseClone | (Se hereda de Object.) | |
SetHelpContext | Sets the help context based on the resource string that is passed. | |
ToString | (Se hereda de Exception.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
SerializeObjectState | (Se hereda de Exception.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices