C# Class BuildIt.CognitiveServices.Models.InternalError

Afficher le fichier Open project: builttoroam/BuildIt Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
InternalError ( ) : System.Linq

Initializes a new instance of the InternalError class.

InternalError ( string code = default(string), string message = default(string), InternalError innerError = default(InternalError) ) : System.Linq

Initializes a new instance of the InternalError class.

Method Details

InternalError() public méthode

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

InternalError() public méthode

Initializes a new instance of the InternalError class.
public InternalError ( string code = default(string), string message = default(string), InternalError innerError = default(InternalError) ) : System.Linq
code string
message string
innerError InternalError
Résultat System.Linq