C# 클래스 RavenFS.Studio.ErrorWindow

상속: System.Windows.Controls.ChildWindow
파일 보기 프로젝트 열기: hibernating-rhinos/RavenFS

공개 메소드들

메소드 설명
ErrorWindow ( Exception e ) : System
ErrorWindow ( Uri uri ) : System
ErrorWindow ( string message, string details ) : System

비공개 메소드들

메소드 설명
OKButton_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

ErrorWindow() 공개 메소드

public ErrorWindow ( Exception e ) : System
e System.Exception
리턴 System

ErrorWindow() 공개 메소드

public ErrorWindow ( Uri uri ) : System
uri System.Uri
리턴 System

ErrorWindow() 공개 메소드

public ErrorWindow ( string message, string details ) : System
message string
details string
리턴 System