C# Class XIVLauncher.Windows.ErrorWindow

Interaction logic for ErrorWindow.xaml
Inheritance: Window
Mostra file Open project: Mortalitas/FFXIVQuickLauncherLite

Public Methods

Method Description
ErrorWindow ( Exception exc, string message, string context ) : System

Private Methods

Method Description
CloseButton_Click ( object sender, RoutedEventArgs e ) : void
DiscordButton_OnClick ( object sender, RoutedEventArgs e ) : void

Method Details

ErrorWindow() public method

public ErrorWindow ( Exception exc, string message, string context ) : System
exc Exception
message string
context string
return System