19 : base(errorMessage, responseMessage)
45 : base(message, innerException)
Represents an error message returned by the server.
Occurs when the client tries to use a currently unsupported API.
MethodNotSupportedException(string message)
Initializes a new instance of the MethodNotSupportedException class.
MethodNotSupportedException(string message, Exception innerException)
Initializes a new instance of the MethodNotSupportedException class.
MethodNotSupportedException()
Initializes a new instance of the MethodNotSupportedException class.
MethodNotSupportedException(ErrorMessageResponse? errorMessage, HttpResponseMessage responseMessage)
Initializes a new instance of the MethodNotSupportedException class.