C# Class SIL.FieldWorks.Common.Controls.CancelException

Useful little exception class that clients can throw as part of their processing the Progress Dialog's cancel event.
Inheritance: System.Exception
Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
CancelException ( string msg ) : System

Constructor that allows a message to be set.

Method Details

CancelException() public method

Constructor that allows a message to be set.
public CancelException ( string msg ) : System
msg string
return System