AzureTableGrainStorage.DecodeException Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Decodes Storage exceptions.
public bool DecodeException (Exception e, out System.Net.HttpStatusCode httpStatusCode, out string restStatus, bool getRESTErrors = false);
abstract member DecodeException : Exception * HttpStatusCode * string * bool -> bool
override this.DecodeException : Exception * HttpStatusCode * string * bool -> bool
Public Function DecodeException (e As Exception, ByRef httpStatusCode As HttpStatusCode, ByRef restStatus As String, Optional getRESTErrors As Boolean = false) As Boolean
Parameters
- httpStatusCode
- HttpStatusCode
- restStatus
- String
- getRESTErrors
- Boolean