Class ApiRequestException
- Namespace
- adas_core.Application.Exceptions
- Assembly
- adas-core.Application.dll
Represents errors that occur during API request processing, wrapping a descriptive message.
public class ApiRequestException : Exception, ISerializable
- Inheritance
-
ApiRequestException
- Implements
- Inherited Members
- Extension Methods
Constructors
ApiRequestException(string)
Represents errors that occur during API request processing, wrapping a descriptive message.
public ApiRequestException(string message)
Parameters
messagestringThe message that describes the error.