Method | Description | |
---|---|---|
Fail ( Func |
||
Fail ( bool condition, Func |
||
Fail ( bool condition, string message ) : void | ||
Fail ( string message ) : void | ||
ToDisplayMessage ( this ex ) : string |
public static Fail ( Func |
||
condition | Func |
|
message | string | |
return | void |
public static Fail ( bool condition, Func |
||
condition | bool | |
message | Func |
|
return | void |
public static Fail ( bool condition, string message ) : void | ||
condition | bool | |
message | string | |
return | void |
public static ToDisplayMessage ( this ex ) : string | ||
ex | this | |
return | string |