Share via


ODataInnerError Class

 

Represents a specific debugging information to help determine the cause of the error.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.OData.Core.ODataInnerError

Syntax

[DebuggerDisplayAttribute("{Message}")]
public sealed class ODataInnerError
[DebuggerDisplayAttribute("{Message}")]
public ref class ODataInnerError sealed 
[<Sealed>]
[<DebuggerDisplayAttribute("{Message}")>]
type ODataInnerError = class end
<DebuggerDisplayAttribute("{Message}")>
Public NotInheritable Class ODataInnerError

Constructors

Name Description
System_CAPS_pubmethod ODataInnerError()

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

System_CAPS_pubmethod ODataInnerError(Exception)

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

Properties

Name Description
System_CAPS_pubproperty InnerError

Gets or sets the nested implementation specific debugging information.

System_CAPS_pubproperty Message

Gets or sets the error message.

System_CAPS_pubproperty StackTrace

Gets or sets the stack trace for this error.

System_CAPS_pubproperty TypeName

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.OData.Core Namespace

Return to top