Class ServerErrorApiException
Represents an unexpected error that occurred while processing an API request (HTTP 500 Internal Server Error).
Implements
Inherited Members
Namespace: Singulink.Net.Http.Api
Assembly: Singulink.Net.Http.Api.dll
Syntax
public class ServerErrorApiException : ApiException, ISerializable
Constructors
| Name | Description |
|---|---|
| ServerErrorApiException(string) | Initializes a new instance of the ServerErrorApiException class with a specified error message. |
| ServerErrorApiException(string, Exception?) | Initializes a new instance of the ServerErrorApiException class with a specified error message and inner exception. |