IComponentErrorInfo.GetMessage Method
Include Protected Members
Include Inherited Members
Returns a String that contains the error message, and optionally, the component and subcomponent.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetMessage() | Returns a String that contains the error message, component, and the subcomponent, for each error. | |
GetMessage(Boolean) | Returns a String that contains the error message. |
Top