Share via


CommonErrorData Class

Definition

A class that describes useful data that may be found in the JSON-RPC error message's error.data property.

[System.Runtime.Serialization.DataContract]
public class CommonErrorData
[<System.Runtime.Serialization.DataContract>]
type CommonErrorData = class
Public Class CommonErrorData
Inheritance
CommonErrorData
Attributes

Constructors

CommonErrorData()

Initializes a new instance of the CommonErrorData class.

CommonErrorData(Exception)

Initializes a new instance of the CommonErrorData class.

Properties

HResult

Gets or sets the application error code or HRESULT of the failure.

Inner

Gets or sets the inner error information, if any.

Message

Gets or sets the message associated with this error.

StackTrace

Gets or sets the stack trace associated with the error.

TypeName

Gets or sets the type of error (e.g. the full type name of the exception thrown).

Applies to