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