C# Class MTMCL.ErrorReport

ErrorReport.xaml 的互動邏輯
Mostrar archivo Open project: cvronmin/metocraft Class Usage Examples

Public Methods

Method Description
ErrorReport ( ) : System
ErrorReport ( Exception ex ) : System
ErrorReport ( string s, Exception ex ) : System
ErrorReport ( string s, string ex ) : System

Private Methods

Method Description
Copy ( ) : void
CreateLogInfoPart ( StringBuilder message ) : void
butClose_Click ( object sender, RoutedEventArgs e ) : void
butEmail_Click ( object sender, RoutedEventArgs e ) : void
butMCBBS_Click ( object sender, RoutedEventArgs e ) : void
butRestart_Click ( object sender, RoutedEventArgs e ) : void

Method Details

ErrorReport() public method

public ErrorReport ( ) : System
return System

ErrorReport() public method

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

ErrorReport() public method

public ErrorReport ( string s, Exception ex ) : System
s string
ex System.Exception
return System

ErrorReport() public method

public ErrorReport ( string s, string ex ) : System
s string
ex string
return System