Freigeben über


EventErrorResponse Konstruktoren

Definition

Überlädt

EventErrorResponse()

Standardkonstruktor für JsonSerialize.

EventErrorResponse(WebPubSubErrorCode, String)

Erstellen Sie eine Instanz von EventErrorResponse:

EventErrorResponse()

Quelle:
EventErrorResponse.cs

Standardkonstruktor für JsonSerialize.

public EventErrorResponse ();
Public Sub New ()

Gilt für:

EventErrorResponse(WebPubSubErrorCode, String)

Quelle:
EventErrorResponse.cs

Erstellen Sie eine Instanz von EventErrorResponse:

public EventErrorResponse (Microsoft.Azure.WebPubSub.Common.WebPubSubErrorCode code, string message = default);
new Microsoft.Azure.WebPubSub.Common.EventErrorResponse : Microsoft.Azure.WebPubSub.Common.WebPubSubErrorCode * string -> Microsoft.Azure.WebPubSub.Common.EventErrorResponse
Public Sub New (code As WebPubSubErrorCode, Optional message As String = Nothing)

Parameter

code
WebPubSubErrorCode

Fehlercode gibt den Fehlertyp an.

message
String

Detail-Fehlermeldung.

Gilt für: