ODataInnerError Class

Contains properties used to implement specific debugging information to help determine the cause of the error.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.ODataInnerError

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ODataInnerError
'Usage
Dim instance As ODataInnerError
[SerializableAttribute]
public sealed class ODataInnerError
[SerializableAttribute]
public ref class ODataInnerError sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type ODataInnerError =  class end
public final class ODataInnerError

The ODataInnerError type exposes the following members.

Constructors

  Name Description
Public method ODataInnerError() Initializes a new instance of the ODataInnerError class with default values.
Public method ODataInnerError(Exception) Initializes a new instance of the ODataInnerError class with exception object.

Top

Properties

  Name Description
Public property InnerError Gets or sets the nested implementation specific debugging information.
Public property Message Gets or sets the error message.
Public property StackTrace Gets or sets the stack trace for this error.
Public property TypeName Gets or sets the type name of this error, for example, the type name of an exception.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.Data.OData Namespace