C# Class DocumentExplorerExample.ExceptionDialog

Provides full information about application exception.
Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
ExceptionDialog ( ) : System
ExceptionDialog ( Exception ex ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ExceptionDialog() public method

public ExceptionDialog ( ) : System
return System

ExceptionDialog() public method

public ExceptionDialog ( Exception ex ) : System
ex System.Exception
return System