Method | Description | |
---|---|---|
ResultStatus ( bool success ) : System |
Initializes a new instance of the ResultStatus class
|
|
ResultStatus ( string errorMessage, |
Initializes a new instance of the ResultStatus class
|
public ResultStatus ( bool success ) : System | ||
success | bool | was the call sucessfull |
return | System |
public ResultStatus ( string errorMessage, |
||
errorMessage | string | the error message |
ex | the exception | |
return | System |