GetProvider Method
Gets the Custom UI Exception Provider associated with the specified exception.
Syntax
ICustomUIExceptionProvider GetProvider(
System.Exception ex
)Function GetProvider( _
ByVal ex As System.Exception _
) As ICustomUIExceptionProviderParameters
| Name | Description |
|---|---|
| ex | The exception to get a custom handler for. |
Return Value
A custom provider associated with this exception, or null if there is not an associated handler.