StorageExceptionUtil.RepackStorageException 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
RepackStorageException(StorageException) |
Replace storage exception to expose more information in Message. |
RepackStorageException(StorageException) |
RepackStorageException(StorageException)
Replace storage exception to expose more information in Message.
public static Microsoft.Azure.Storage.StorageException RepackStorageException (this Microsoft.Azure.Storage.StorageException e);
static member RepackStorageException : Microsoft.Azure.Storage.StorageException -> Microsoft.Azure.Storage.StorageException
<Extension()>
Public Function RepackStorageException (e As StorageException) As StorageException
Parameters
StorageException from storage client
Returns
A new storage exception with detailed error message
Applies to
RepackStorageException(StorageException)
public static Microsoft.WindowsAzure.Storage.StorageException RepackStorageException (this Microsoft.WindowsAzure.Storage.StorageException e);
static member RepackStorageException : Microsoft.WindowsAzure.Storage.StorageException -> Microsoft.WindowsAzure.Storage.StorageException
<Extension()>
Public Function RepackStorageException (e As StorageException) As StorageException