StorageExceptionUtil.IsSuccessfulResponse 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.
Overloads
IsSuccessfulResponse(StorageException) |
Is the storage exception thrown with 2xx http status code |
IsSuccessfulResponse(StorageException) |
IsSuccessfulResponse(StorageException)
Is the storage exception thrown with 2xx http status code
public static bool IsSuccessfulResponse (this Microsoft.Azure.Storage.StorageException e);
static member IsSuccessfulResponse : Microsoft.Azure.Storage.StorageException -> bool
<Extension()>
Public Function IsSuccessfulResponse (e As StorageException) As Boolean
Parameters
Storage exception
Returns
True if the http status code is 2xx, otherwise false
Applies to
IsSuccessfulResponse(StorageException)
public static bool IsSuccessfulResponse (this Microsoft.WindowsAzure.Storage.StorageException e);
static member IsSuccessfulResponse : Microsoft.WindowsAzure.Storage.StorageException -> bool
<Extension()>
Public Function IsSuccessfulResponse (e As StorageException) As Boolean