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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET