# SimpleAzureStorageException

Package: [Microsoft.Orleans.Transactions.TestKit.Base](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Transactions.TestKit.Base) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions.TestKit.Base/FaultInjection/ControlledInjection/SimpleAzureStorageExceptionInjector.cs#L64)

```csharp
[Orleans.GenerateSerializer]
public class SimpleAzureStorageException : RequestFailedException
```

An exception thrown when service request fails.

## Constructors

- [SimpleAzureStorageException(int, string)](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.simpleazurestorageexception/constructors/constructor-int-string-0968a3cc/)
- [SimpleAzureStorageException(int, string, Exception)](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.simpleazurestorageexception/constructors/constructor-int-string-system-exception-bbc6f56a/)
- [SimpleAzureStorageException(int, string, string, Exception)](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.simpleazurestorageexception/constructors/constructor-int-string-string-system-exception-bfa10c24/)
- [SimpleAzureStorageException(string)](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.simpleazurestorageexception/constructors/constructor-string-0ac9a4ab/)
- [SimpleAzureStorageException(string, Exception)](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.simpleazurestorageexception/constructors/constructor-string-system-exception-573c69b1/)
