ErrorSupport Members
Supports the raising of errors, warnings, and other events that include descriptive text for known COM HRESULTs that are returned by Integration Services components written in native code.
The following tables list the members exposed by the ErrorSupport type.
Public Constructors
(see also Protected Constructors )
Name | Description | |
---|---|---|
ErrorSupport | Overloaded. Initializes a new instance of the ErrorSupport class. |
Top
Protected Constructors
Name | Description | |
---|---|---|
ErrorSupport | Overloaded. Initializes a new instance of the ErrorSupport class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
FireError | Overloaded. Raises an error. | |
FireErrorWithArgs | Overloaded. Raises an error with the option to provide an array of user-defined objects or information. | |
FireInformation | Overloaded. Raises an informational message. | |
FireInformationWithArgs | Overloaded. Raises an informational message with the option to provide an array of user-defined objects or information. | |
FireWarning | Overloaded. Raises a warning. | |
FireWarningWithArgs | Overloaded. Raises a warning with the option to provide an array of user-defined objects or information. | |
GetFormattedMessage | Gets the error message for an HRESULT and formats the message by populating parameters with the supplied values. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
SetComponentMetaData | Specifies the IDTSComponentMetaData90 interface that the ErrorSupport class uses to raise events. | |
SetEvents | Specifies the IDTSComponentEvents90 interface that the ErrorSupport class uses to raise events. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
ErrorSupport Class
Microsoft.SqlServer.Dts.ManagedMsg Namespace