Method | Description | |
---|---|---|
Result ( bool success, ErrorType error, string description = "" ) : System.Runtime.Serialization | ||
Result ( bool success, string description = "" ) : System.Runtime.Serialization |
public Result ( bool success, ErrorType error, string description = "" ) : System.Runtime.Serialization | ||
success | bool | |
error | ErrorType | |
description | string | |
return | System.Runtime.Serialization |
public Result ( bool success, string description = "" ) : System.Runtime.Serialization | ||
success | bool | |
description | string | |
return | System.Runtime.Serialization |