C# Class ScreenToGif.Windows.ExceptionViewer

Interaction logic for ExceptionViewer.xaml
Mostra file Open project: dbremner/ScreenToGif Class Usage Examples

Public Methods

Method Description
ExceptionViewer ( Exception ex ) : System

Default constructor.

Private Methods

Method Description
DoneButton_Click ( object sender, RoutedEventArgs e ) : void
InnerButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

ExceptionViewer() public method

Default constructor.
public ExceptionViewer ( Exception ex ) : System
ex System.Exception The Exception to show.
return System