InternalError 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
InternalError() | |
InternalError(String, String, InternalError) |
InternalError()
- Source:
- InternalError.cs
- Source:
- InternalError.cs
public InternalError ();
Public Sub New ()
Applies to
InternalError(String, String, InternalError)
- Source:
- InternalError.cs
- Source:
- InternalError.cs
public InternalError (string code = default, string message = default, Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.InternalError innerError = default);
new Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.InternalError : string * string * Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.InternalError -> Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.InternalError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional innerError As InternalError = Nothing)
Parameters
- code
- String
- message
- String
- innerError
- InternalError
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET