Skip to main content

Definition

Assembly: CloudNimble.EasyAF.Http.dll Namespace: CloudNimble.EasyAF.Http.OData Inheritance: System.Object

Syntax

Summary

Represents implementation-specific debugging information for OData errors. Contains detailed error information such as exception details, stack traces, and nested errors.

Constructors

.ctor

Syntax

.ctor Inherited

Inherited from object

Syntax

Properties

InnerError

Gets or sets nested inner error information for chained exceptions. This property allows for hierarchical error reporting when multiple exceptions are involved.

Syntax

Property Value

Type: CloudNimble.EasyAF.Http.OData.ODataV4InnerError

Message

Gets or sets the detailed error message providing implementation-specific information about the error. This message is typically more technical than the outer error message.

Syntax

Property Value

Type: string

StackTrace

Gets or sets the stack trace information for debugging purposes. This property provides detailed execution path information when the error occurred.

Syntax

Property Value

Type: string

TypeName

Gets or sets the type name of the exception that caused the error. This property helps identify the specific type of error that occurred on the server.

Syntax

Property Value

Type: string

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?