# SimpleAzureStorageException.SimpleAzureStorageException(int, string, string, Exception)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.simpleazurestorageexception/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.simpleazurestorageexception/constructors/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions.TestKit.Base/FaultInjection/ControlledInjection/SimpleAzureStorageExceptionInjector.cs#L82-L84)

```csharp
public SimpleAzureStorageException(int status, string message, string errorCode, Exception innerException)
```

### Parameters

- `status` (`int`)
- `message` (`string`)
- `errorCode` (`string`)
- `innerException` (`Exception`)
