C# Class DocumentExplorerExample.ExceptionDialog

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

Méthodes publiques

Méthode Description
ExceptionDialog ( ) : System
ExceptionDialog ( Exception ex ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ExceptionDialog() public méthode

public ExceptionDialog ( ) : System
Résultat System

ExceptionDialog() public méthode

public ExceptionDialog ( Exception ex ) : System
ex System.Exception
Résultat System