C# 클래스 Microsoft.ProjectOxford.Face.FaceAPIException

Represents client error with detailed error message and error code
상속: System.Exception
파일 보기 프로젝트 열기: Microsoft/ProjectOxford-ClientSDK

공개 메소드들

메소드 설명
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