Share via


InternalError Constructors

Definition

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