Constructor LocalServerException
LocalServerException(String, Exception)
Initializes a new instance of the LocalServerException class.
Declaration
public LocalServerException(string error, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | error | A System.String representing the error. |
| Exception | inner | A Exception representing the inner exception message. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |