C# 클래스 SDownload.Framework.HandledException

상속: System.Exception
파일 보기 프로젝트 열기: brkastner/SDownload

공개 프로퍼티들

프로퍼티 타입 설명
IsCritical bool

공개 메소드들

메소드 설명
HandledException ( String message, bool canReport = false ) : System

Handled exception that reports a message to the user and provides an option to report if necessary

메소드 상세

HandledException() 공개 메소드

Handled exception that reports a message to the user and provides an option to report if necessary
public HandledException ( String message, bool canReport = false ) : System
message String Message to show in the popup, null to use exception message
canReport bool If the exception should be reported to Bugsense
리턴 System

프로퍼티 상세

IsCritical 공개적으로 프로퍼티

If the exception is critical enough to be reported to Bugsense
public bool IsCritical
리턴 bool