PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / ShowErrorMessage Method
The exception to show.

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

    Parameters

    ex
    The exception to show.
    See Also