ErrorResponse 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
ErrorResponse() | |
ErrorResponse(IDictionary<String,Object>, String) |
ErrorResponse()
- Source:
- ErrorResponse.cs
- Source:
- ErrorResponse.cs
public ErrorResponse ();
Public Sub New ()
Applies to
ErrorResponse(IDictionary<String,Object>, String)
- Source:
- ErrorResponse.cs
- Source:
- ErrorResponse.cs
public ErrorResponse (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string errorType = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ErrorResponse : System.Collections.Generic.IDictionary<string, obj> * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ErrorResponse
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional errorType As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- errorType
- String
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET