ShowPropertyGridException Method
In This Topic
Syntax
'Declaration
Public Sub ShowPropertyGridException( _
ByVal As Exception _
)
'Usage
Dim instance As Designer
Dim exception As Exception
instance.ShowPropertyGridException(exception)
public void ShowPropertyGridException(
Exception
)
Parameters
- exception
See Also