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
Quelle:
EventErrorResponse.cs

Standardkonstruktor für JsonSerialize.

public EventErrorResponse();
Public Sub New ()

Gilt für:

EventErrorResponse(WebPubSubErrorCode, String)

Quelle:
EventErrorResponse.cs
Quelle:
EventErrorResponse.cs

Erstellen Sie eine Instanz von EventErrorResponse:

public EventErrorResponse(Microsoft.Azure.Functions.Worker.WebPubSubErrorCode code, string message = default);
new Microsoft.Azure.Functions.Worker.EventErrorResponse : Microsoft.Azure.Functions.Worker.WebPubSubErrorCode * string -> Microsoft.Azure.Functions.Worker.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: