DtsException Miembros
Defines a generic exception class that, depending on the error code returned, creates a class specific to the type of exception that occurred.
El tipo DtsException expone los siguientes miembros.
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 | (Se hereda de Exception). | |
GetType | (Se hereda de Exception). | |
MemberwiseClone | (Se hereda de Object). | |
ToString | (Se hereda de Exception). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception). | |
ErrorCode | Gets the error code that creates the appropriate exception class. This field is read-only. | |
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). |
Principio