Inheritance
Microsoft.Rest.RestException
ErrorException
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.CognitiveServices.Vision.Face.dll
Syntax
public class ErrorException : Microsoft.Rest.RestException
Constructors
Declaration
public ErrorException ();
Declaration
public ErrorException (string message);
Parameters
Declaration
public ErrorException (string message, Exception innerException);
Parameters
| System.String message |
| System.Exception innerException |
Properties
Declaration
public Microsoft.Azure.CognitiveServices.Vision.Face.Models.Error Body { get; set; }
Property Value
Declaration
public Microsoft.Rest.HttpRequestMessageWrapper Request { get; set; }
Property Value
| Microsoft.Rest.HttpRequestMessageWrapper |
Declaration
public Microsoft.Rest.HttpResponseMessageWrapper Response { get; set; }
Property Value
| Microsoft.Rest.HttpResponseMessageWrapper |