RealtimeMCPHTTPError(Int64, String) Constructor

Definition

Initializes a new instance of RealtimeMCPHTTPError.

public RealtimeMCPHTTPError(long code, string message);
new Azure.AI.AgentServer.Responses.Models.RealtimeMCPHTTPError : int64 * string -> Azure.AI.AgentServer.Responses.Models.RealtimeMCPHTTPError
Public Sub New (code As Long, message As String)

Parameters

code
Int64
message
String

Exceptions

message is null.

Applies to