Clase PipelineComponentHResultException
Exception raised by the Script component when it encounters a COM exception.
Jerarquía de herencia
System.Object
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
System.Runtime.InteropServices.COMException
Microsoft.SqlServer.Dts.Pipeline.PipelineComponentHResultException
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline
Ensamblado: Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Sintaxis
'Declaración
Public NotInheritable Class PipelineComponentHResultException _
Inherits COMException
'Uso
Dim instance As PipelineComponentHResultException
public sealed class PipelineComponentHResultException : COMException
public ref class PipelineComponentHResultException sealed : public COMException
[<SealedAttribute>]
type PipelineComponentHResultException =
class
inherit COMException
end
public final class PipelineComponentHResultException extends COMException
El tipo PipelineComponentHResultException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
PipelineComponentHResultException(Int32) | Initializes a new instance of the PipelineComponentHResultException class. | |
PipelineComponentHResultException(String, Int32) | Initializes a new instance of the PipelineComponentHResultException class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
ErrorCode | (Se hereda de ExternalException.) | |
HelpLink | (Se hereda de Exception.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
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.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Importante para la seguridad. (Se hereda de Exception.) | |
GetType | (Se hereda de Exception.) | |
ToString | (Se hereda de COMException.) |
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.