C# Class Microsoft.ProjectOxford.Face.FaceAPIException

Represents client error with detailed error message and error code
Inheritance: System.Exception
Afficher le fichier Open project: Microsoft/ProjectOxford-ClientSDK

Méthodes publiques

Méthode Description
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

Method Details

FaceAPIException() public méthode

Initializes a new instance of the FaceAPIException class
public FaceAPIException ( ) : System
Résultat System

FaceAPIException() public méthode

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
Résultat System