GetMessage Method
Gets descriptive text which describes the exception.
Syntax
System.string GetMessage(
System.Exception ex
)Function GetMessage( _
ByVal ex As System.Exception _
) As System.StringParameters
| Name | Description |
|---|---|
| ex | The exception to parse. |
Return Value
The text which describes the exception.