EventErrorResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EventErrorResponse() |
Default constructor for JsonSerialize. |
EventErrorResponse(WebPubSubErrorCode, String) |
Create an instance of EventErrorResponse. |
EventErrorResponse()
- Source:
- EventErrorResponse.cs
Default constructor for JsonSerialize.
public EventErrorResponse ();
Public Sub New ()
Applies to
EventErrorResponse(WebPubSubErrorCode, String)
- Source:
- EventErrorResponse.cs
Create an instance of 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)
Parameters
- code
- WebPubSubErrorCode
Error code indicate error type.
- message
- String
Detail error message.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET