ShowErrorMessage Method (C1PreviewPane)
In This Topic
Shows a dialog box with the exception message.
Syntax
'Declaration
Public Sub ShowErrorMessage( _
ByVal As Exception _
)
public void ShowErrorMessage(
Exception
)
Parameters
- ex
- The exception to show.
See Also