C# 클래스 FirstFloor.ModernUI.Helpers.NonfatalError

Shows non-fatal errors to user or displays them somehow else, depends on implementation.
상속: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : void
Notify ( [ message, Exception exception = null, IEnumerable solutions = null, [ m = null, [ p = null, [ l = -1 ) : void

Notify about some non-fatal exception. User will see some message.

Notify ( [ message, [ commentary, Exception exception = null, IEnumerable solutions = null, [ m = null, [ p = null, [ l = -1 ) : void

Notify about some non-fatal exception. User will see some message.

NotifyBackground ( [ message, Exception exception = null, IEnumerable solutions = null, [ m = null, [ p = null, [ l = -1 ) : void

Notify about some non-fatal exception. User will see a new entry in errors list.

NotifyBackground ( [ message, [ commentary, Exception exception = null, IEnumerable solutions = null, [ m = null, [ p = null, [ l = -1 ) : void

Notify about some non-fatal exception. User will see a new entry in errors list.

비공개 메소드들

메소드 설명
NotifyInner ( [ message, [ commentary, [ exception, [ solutions, bool show, string m, string p, int l ) : void
UpdateUnseen ( ) : void

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Notify() 공개 정적인 메소드

Notify about some non-fatal exception. User will see some message.
public static Notify ( [ message, Exception exception = null, IEnumerable solutions = null, [ m = null, [ p = null, [ l = -1 ) : void
message [ Ex.: “Can’t do this and that”.
exception System.Exception Exception which caused the problem.
solutions IEnumerable A bunch of possible solutions.
m [ Member at which error occured.
p [ File at which error occured.
l [ Line at which error occured.
리턴 void

Notify() 공개 정적인 메소드

Notify about some non-fatal exception. User will see some message.
public static Notify ( [ message, [ commentary, Exception exception = null, IEnumerable solutions = null, [ m = null, [ p = null, [ l = -1 ) : void
message [ Ex.: “Can’t do this and that”.
commentary [ Ex.: “Make sure A is something and B is something else.”
exception System.Exception Exception which caused the problem.
solutions IEnumerable A bunch of possible solutions.
m [ Member at which error occured.
p [ File at which error occured.
l [ Line at which error occured.
리턴 void

NotifyBackground() 공개 정적인 메소드

Notify about some non-fatal exception. User will see a new entry in errors list.
public static NotifyBackground ( [ message, Exception exception = null, IEnumerable solutions = null, [ m = null, [ p = null, [ l = -1 ) : void
message [ Ex.: “Can’t do this and that”.
exception System.Exception Exception which caused the problem.
solutions IEnumerable A bunch of possible solutions.
m [ Member at which error occured.
p [ File at which error occured.
l [ Line at which error occured.
리턴 void

NotifyBackground() 공개 정적인 메소드

Notify about some non-fatal exception. User will see a new entry in errors list.
public static NotifyBackground ( [ message, [ commentary, Exception exception = null, IEnumerable solutions = null, [ m = null, [ p = null, [ l = -1 ) : void
message [ Ex.: “Can’t do this and that”.
commentary [ Ex.: “Make sure A is something and B is something else.”
exception System.Exception Exception which caused the problem.
solutions IEnumerable A bunch of possible solutions.
m [ Member at which error occured.
p [ File at which error occured.
l [ Line at which error occured.
리턴 void