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 | |
---|---|---|
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. |
Top
Properties
Name | Description | |
---|---|---|
InnerError | Gets or sets the nested implementation specific debugging information. | |
Message | Gets or sets the error message. | |
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.