C# Class GoogleVoice.Extensions

Show file Open project: davuxcom/GoogleVoice

Public Methods

Method Description
Try ( object o, Action a ) : void
TryLog ( object o, string log, Action a ) : void
TryLogThrow ( object o, string log, Action a ) : void

Method Details

Try() public static method

public static Try ( object o, Action a ) : void
o object
a Action
return void

TryLog() public static method

public static TryLog ( object o, string log, Action a ) : void
o object
log string
a Action
return void

TryLogThrow() public static method

public static TryLogThrow ( object o, string log, Action a ) : void
o object
log string
a Action
return void