Share via


ODataInnerError Class

Definition

Class representing implementation specific debugging information to help determine the cause of the error.

public sealed class ODataInnerError
type ODataInnerError = class
Public NotInheritable Class ODataInnerError
Inheritance
ODataInnerError

Constructors

ODataInnerError()

Initializes a new instance of the ODataInnerError class with default values.

ODataInnerError(Exception)

Initializes a new instance of the ODataInnerError class with exception object.

ODataInnerError(IDictionary<String,ODataValue>)

Initializes a new instance of the ODataInnerError class with a dictionary of property names and corresponding ODataValues.

Properties

InnerError

Gets or sets the nested implementation specific debugging information.

Message

Gets or sets the error message.

Properties

Properties to be written for the inner error.

StackTrace

Gets or sets the stack trace for this error.

TypeName

Gets or sets the type name of this error, for example, the type name of an exception.

Applies to