C# Класс BuildIt.CognitiveServices.Models.InternalError

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

InternalError() публичный Метод

Initializes a new instance of the InternalError class.
public InternalError ( ) : System.Linq
Результат System.Linq

InternalError() публичный Метод

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
Результат System.Linq