C# Class SDE.WPF.DebuggerDialog

This window runs in the background and shows any catched exceptions if it's activated. Interaction logic for DebuggerDialog.xaml
Inheritance: System.Windows.Window
Show file Open project: Tokeiburu/RagnarokSDE Class Usage Examples

Public Methods

Method Description
DebuggerDialog ( bool isMain = true ) : System
Update ( System.DateTime now, Exception exception, StackTrace st, string message ) : void
Update ( DebuggerParameters parameters ) : void

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void

Private Methods

Method Description
_backgroundWindowOwnership ( ) : void
_buttonCopy_Click ( object sender, RoutedEventArgs e ) : void
_buttonTerminate_Click ( object sender, RoutedEventArgs e ) : void
_loaded ( object sender, RoutedEventArgs e ) : void
_removeNamespaces ( MethodBase method ) : string

Method Details

DebuggerDialog() public method

public DebuggerDialog ( bool isMain = true ) : System
isMain bool
return System

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

Update() public method

public Update ( System.DateTime now, Exception exception, StackTrace st, string message ) : void
now System.DateTime
exception System.Exception
st System.Diagnostics.StackTrace
message string
return void

Update() public method

public Update ( DebuggerParameters parameters ) : void
parameters DebuggerParameters
return void