메소드 | 설명 | |
---|---|---|
Initialize ( ) : void | ||
Notify ( [ message, |
Notify about some non-fatal exception. User will see some message.
|
|
Notify ( [ message, [ commentary, |
Notify about some non-fatal exception. User will see some message.
|
|
NotifyBackground ( [ message, |
Notify about some non-fatal exception. User will see a new entry in errors list.
|
|
NotifyBackground ( [ message, [ commentary, |
Notify about some non-fatal exception. User will see a new entry in errors list.
|
메소드 | 설명 | |
---|---|---|
NotifyInner ( [ message, [ commentary, [ exception, [ |
||
UpdateUnseen ( ) : void |
public static Notify ( [ message, |
||
message | [ | Ex.: “Can’t do this and that”. |
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 |
public static Notify ( [ message, [ commentary, |
||
message | [ | Ex.: “Can’t do this and that”. |
commentary | [ | Ex.: “Make sure A is something and B is something else.” |
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 |
public static NotifyBackground ( [ message, |
||
message | [ | Ex.: “Can’t do this and that”. |
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 |
public static NotifyBackground ( [ message, [ commentary, |
||
message | [ | Ex.: “Can’t do this and that”. |
commentary | [ | Ex.: “Make sure A is something and B is something else.” |
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 |