AzureStorageException constructor

AzureStorageException(
  1. String message,
  2. int statusCode,
  3. Map<String, String> headers
)

Implementation

AzureStorageException(this.message, this.statusCode, this.headers);