C# 클래스 SIL.FieldWorks.Common.Controls.CancelException

Useful little exception class that clients can throw as part of their processing the Progress Dialog's cancel event.
상속: System.Exception
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
CancelException ( string msg ) : System

Constructor that allows a message to be set.

메소드 상세

CancelException() 공개 메소드

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