I
InsightNexus

Class ErrorException | Azure SDK for Net

Author

Emma Terry

Published Feb 15, 2026

Inheritance

ErrorException

Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.dll
Syntax
public class ErrorException : Microsoft.Rest.RestException

Constructors

ErrorException()

Declaration
public ErrorException ();

ErrorException(String)

Declaration
public ErrorException (string message);
Parameters

ErrorException(String, Exception)

Declaration
public ErrorException (string message, Exception innerException);
Parameters

Properties

Body

Declaration
public Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.Error Body { get; set; }
Property Value

Request

Declaration
public Microsoft.Rest.HttpRequestMessageWrapper Request { get; set; }
Property Value

Response

Declaration
public Microsoft.Rest.HttpResponseMessageWrapper Response { get; set; }
Property Value