C# Класс Microsoft.ProjectOxford.Face.FaceAPIException

Represents client error with detailed error message and error code
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
FaceAPIException ( ) : System

Initializes a new instance of the FaceAPIException class

FaceAPIException ( string errorCode, string errorMessage, HttpStatusCode statusCode ) : System

Initializes a new instance of the FaceAPIException class

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

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

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

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

Initializes a new instance of the FaceAPIException class
public FaceAPIException ( string errorCode, string errorMessage, HttpStatusCode statusCode ) : System
errorCode string Code represents the error category
errorMessage string Message represents the detailed error description
statusCode HttpStatusCode Http status code
Результат System