19 : base(errorMessage, responseMessage)
45 : base(message, innerException)
Represents an error message returned by the server.
Occurs when the server returns a bad request response if the ApiException.ErrorCode is present....
ApiConflictException(ErrorMessageResponse? errorMessage, HttpResponseMessage responseMessage)
Initializes a new instance of the ApiConflictException class.
ApiConflictException(string message, Exception innerException)
Initializes a new instance of the ApiConflictException class.
ApiConflictException()
Initializes a new instance of the ApiConflictException class.
ApiConflictException(string message)
Initializes a new instance of the ApiConflictException class.