GetTitle Method
Gets a caption to display in a dialog box for an exception.
Syntax
System.string GetTitle(
System.Exception ex
)Function GetTitle( _
ByVal ex As System.Exception _
) As System.StringParameters
| Name | Description |
|---|---|
| ex | The exception to parse. |
Return Value
The caption to display in a dialog box.
Remarks
This can return a generic message like "Error", but it can also return a more detailed message like "File Access Error" where the GetMessage(ex) would return more specific details about the error