19 : base(errorMessage, responseMessage)
45 : base(message, innerException)
Represents an error message returned by the server.
Occurs when the API version of the client is not compatible with the server's.
VersionMismatchException(ErrorMessageResponse? errorMessage, HttpResponseMessage responseMessage)
Initializes a new instance of the VersionMismatchException class.
VersionMismatchException(string message)
Initializes a new instance of the VersionMismatchException class.
VersionMismatchException()
Initializes a new instance of the VersionMismatchException class.
VersionMismatchException(string message, Exception innerException)
Initializes a new instance of the VersionMismatchException class.