ComponentOne CalendarView for WinForms
C1.Framework.Forms Namespace / SubclassNativeWindow Class / OnThreadException Method
A System.Exception object indicates the inner exception.

In This Topic
    OnThreadException Method
    In This Topic
    Notifies inner exception occurs when processing window message.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnThreadException( _
       ByVal e As Exception _
    ) 
    protected virtual void OnThreadException( 
       Exception e
    )

    Parameters

    e
    A System.Exception object indicates the inner exception.
    See Also