Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / ShowPropertyGridException Method


In This Topic
    ShowPropertyGridException Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub ShowPropertyGridException( _
       ByVal exception As Exception _
    ) 
    'Usage
     
    
    Dim instance As DesignerMain
    Dim exception As Exception
     
    instance.ShowPropertyGridException(exception)
    public void ShowPropertyGridException( 
       Exception exception
    )

    Parameters

    exception
    See Also