StorageExceptionUtil.IsConflictException 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
IsConflictException(StorageException) |
Whether the storage exception is 409 conflict exception |
IsConflictException(StorageException) |
IsConflictException(StorageException)
Whether the storage exception is 409 conflict exception
public static bool IsConflictException (this Microsoft.Azure.Storage.StorageException e);
static member IsConflictException : Microsoft.Azure.Storage.StorageException -> bool
<Extension()>
Public Function IsConflictException (e As StorageException) As Boolean
Parameters
StorageException from the storage client
Returns
True if the storage exception is 409 conflict, otherwise false.
Applies to
IsConflictException(StorageException)
public static bool IsConflictException (this Microsoft.WindowsAzure.Storage.StorageException e);
static member IsConflictException : Microsoft.WindowsAzure.Storage.StorageException -> bool
<Extension()>
Public Function IsConflictException (e As StorageException) As Boolean