Definition
Assembly: CloudNimble.EasyAF.Http.dll Namespace: CloudNimble.EasyAF.Http.OData Inheritance: System.ObjectSyntax
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
objectSyntax
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
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?