In This Topic
Notifies inner exception occurs when processing window message.
Syntax
'Declaration
Protected Overridable Sub OnThreadException( _
ByVal As Exception _
)
protected virtual void OnThreadException(
Exception
)
Parameters
- e
- A System.Exception object indicates the inner exception.
See Also