C# Class SirenOfShame.Lib.ExceptionMessageBox

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: AutomatedArchitecture/SirenOfShame Class Usage Examples

Private Properties

Свойство Type Description
CancelClick void
DoShow void
GetExceptionDetailsAndLog System.Collections.Specialized.NameValueCollection
OkClick void
RaisePriorityLinkClicked void
ShowMoreClick void

Méthodes publiques

Méthode Description
ExceptionMessageBox ( ) : System
Show ( Control owner, string title, string message, Exception exception ) : void

Private Methods

Méthode Description
CancelClick ( object sender, EventArgs e ) : void
DoShow ( Control owner, string title, string message, Exception exception ) : void
GetExceptionDetailsAndLog ( ) : NameValueCollection
OkClick ( object sender, EventArgs e ) : void
RaisePriorityLinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
ShowMoreClick ( object sender, EventArgs e ) : void

Method Details

ExceptionMessageBox() public méthode

public ExceptionMessageBox ( ) : System
Résultat System

Show() public static méthode

public static Show ( Control owner, string title, string message, Exception exception ) : void
owner System.Windows.Forms.Control
title string
message string
exception System.Exception
Résultat void