# WrappedException Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.wrappedexception/)

## WrappedException(string) {#constructor-string-cb538533}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.wrappedexception/constructors/constructor-string-cb538533/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core.Abstractions/Exceptions/WrappedException.cs#L27-L29)

```csharp
public WrappedException(string message)
```

Initializes a new instance of the [WrappedException](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.wrappedexception/) class.

### Parameters

- `message` (`string`): The message.
