Class InternalErrorException
A class representing internal exceptions thrown by the WhenFreshApiClient.
Implements
Inherited Members
Namespace: WhenFresh.Api.Client
Assembly: WhenFresh.Api.Client.dll
Syntax
public class InternalErrorException : ClientException, ISerializable
Constructors
InternalErrorException(string)
Initializes a new instance of the InternalErrorException class with a specific message that describes the current exception.
Declaration
public InternalErrorException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | A message that describes the current exception. |
InternalErrorException(string, Exception)
Initializes a new instance of the InternalErrorException class with a specific message that describes the current exception and an inner exception.
Declaration
public InternalErrorException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | A message that describes the current exception. |
| Exception | innerException | The inner exception. |
