InternalError Constructors

Definition

Overloads

InternalError()

Initializes a new instance of the InternalError class.

InternalError(String, InternalError)

Initializes a new instance of the InternalError class.

InternalError()

Initializes a new instance of the InternalError class.

public InternalError ();
Public Sub New ()

Applies to

InternalError(String, InternalError)

Initializes a new instance of the InternalError class.

public InternalError (string code = default, Microsoft.Azure.CognitiveServices.Personalizer.Models.InternalError innererror = default);
new Microsoft.Azure.CognitiveServices.Personalizer.Models.InternalError : string * Microsoft.Azure.CognitiveServices.Personalizer.Models.InternalError -> Microsoft.Azure.CognitiveServices.Personalizer.Models.InternalError
Public Sub New (Optional code As String = Nothing, Optional innererror As InternalError = Nothing)

Parameters

code
String

Detailed error code.

innererror
InternalError

The error object.

Applies to