C# Class BuildIt.CognitiveServices.Models.ErrorRecordV2

Afficher le fichier Open project: builttoroam/BuildIt

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ErrorRecordV2 ( ) : System.Linq

Initializes a new instance of the ErrorRecordV2 class.

ErrorRecordV2 ( string id = default(string), string message = default(string) ) : System.Linq

Initializes a new instance of the ErrorRecordV2 class.

Method Details

ErrorRecordV2() public méthode

Initializes a new instance of the ErrorRecordV2 class.
public ErrorRecordV2 ( ) : System.Linq
Résultat System.Linq

ErrorRecordV2() public méthode

Initializes a new instance of the ErrorRecordV2 class.
public ErrorRecordV2 ( string id = default(string), string message = default(string) ) : System.Linq
id string Input document unique identifier the error refers /// to.
message string Error message.
Résultat System.Linq