C# Class Microsoft.ProjectOxford.Linguistics.ClientException

The Exception will be shown to client.
Inheritance: System.Exception
Mostra file Open project: Microsoft/ProjectOxford-ClientSDK

Public Methods

Method Description
ClientException ( ClientError error, HttpStatusCode httpStatus ) : System

Initializes a new instance of the ClientException class.

Method Details

ClientException() public method

Initializes a new instance of the ClientException class.
public ClientException ( ClientError error, HttpStatusCode httpStatus ) : System
error ClientError The error entity.
httpStatus HttpStatusCode The http status.
return System