ODataInnerError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |