C# Class ExceptionDialog, NotifyPropertyWeaver

Exibir arquivo Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Public Methods

Method Description
ExceptionDialog ( string issuesUrl, string productName ) : System
HandleException ( Exception exception ) : void

Private Methods

Method Description
GetActiveWindow ( ) : IntPtr

Method Details

ExceptionDialog() public method

public ExceptionDialog ( string issuesUrl, string productName ) : System
issuesUrl string
productName string
return System

HandleException() public method

public HandleException ( Exception exception ) : void
exception Exception
return void