메소드 | 설명 | |
---|---|---|
ErrorDialog ( ) : System.Windows |
Initializes a new instance of the ErrorDialog class.
|
|
ShowDialog ( string title, string message = null, string details = null ) : void |
Opens the window and returns only when the window is closed.
|
메소드 | 설명 | |
---|---|---|
InitializeMaxSize ( ) : void |
Initializes the Window.MaxWidth and Window.MaxHeight properties.
|
|
InitializeResources ( ) : void |
Initializes localized resources.
|
|
ShowDetailsButtonClick ( object sender, |
Invoked when the ShowDetailsButton is clicked.
|
public ShowDialog ( string title, string message = null, string details = null ) : void | ||
title | string | The title for the error dialog.. |
message | string | The error message to show. (Optional.) |
details | string | Details of the error, such as a call stack. (Optional.) |
리턴 | void |