C# 클래스 MTMCL.ErrorReport

ErrorReport.xaml 的互動邏輯
파일 보기 프로젝트 열기: cvronmin/metocraft 1 사용 예제들

공개 메소드들

메소드 설명
ErrorReport ( ) : System
ErrorReport ( Exception ex ) : System
ErrorReport ( string s, Exception ex ) : System
ErrorReport ( string s, string ex ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

ErrorReport() 공개 메소드

public ErrorReport ( ) : System
리턴 System

ErrorReport() 공개 메소드

public ErrorReport ( Exception ex ) : System
ex System.Exception
리턴 System

ErrorReport() 공개 메소드

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

ErrorReport() 공개 메소드

public ErrorReport ( string s, string ex ) : System
s string
ex string
리턴 System