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)
- 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
- System.String
- message
- System.String
- innerError
- InternalError