C# Class SirenOfShame.Lib.ExceptionMessageBox

Inheritance: System.Windows.Forms.Form
Mostra file Open project: AutomatedArchitecture/SirenOfShame Class Usage Examples

Private Properties

Property Type Description
CancelClick void
DoShow void
GetExceptionDetailsAndLog System.Collections.Specialized.NameValueCollection
OkClick void
RaisePriorityLinkClicked void
ShowMoreClick void

Public Methods

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

Private Methods

Method 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 method

public ExceptionMessageBox ( ) : System
return System

Show() public static method

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