ShowPropertyGridException Method
public void ShowPropertyGridException(
Exception
)
'Declaration
Public Sub ShowPropertyGridException( _
ByVal As Exception _
)
'Usage
Dim instance As DesignerMain
Dim exception As Exception
instance.ShowPropertyGridException(exception)
Parameters
- exception