Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SIL
FieldWorks
Common
Controls
CancelException
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
显示文件
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