Méthode | Description | |
---|---|---|
Try ( object o, Action a ) : void | ||
TryLog ( object o, string log, Action a ) : void | ||
TryLogThrow ( object o, string log, Action a ) : void |
public static Try ( object o, Action a ) : void | ||
o | object | |
a | Action | |
Résultat | void |
public static TryLog ( object o, string log, Action a ) : void | ||
o | object | |
log | string | |
a | Action | |
Résultat | void |
public static TryLogThrow ( object o, string log, Action a ) : void | ||
o | object | |
log | string | |
a | Action | |
Résultat | void |