ErrorDetails Class

Definition

Caution

This type is for internal use only and will be removed in a future version.

Contains details for individual exception messages.

public ref class ErrorDetails
public class ErrorDetails
[System.Obsolete("This type is for internal use only and will be removed in a future version.")]
public class ErrorDetails
type ErrorDetails = class
[<System.Obsolete("This type is for internal use only and will be removed in a future version.")>]
type ErrorDetails = class
Public Class ErrorDetails
Inheritance
ErrorDetails
Attributes

Constructors

ErrorDetails()

Properties

Error

An individual exception

ErrorMessage

Gets or sets the summary message.

StackFrames

The generated stack frames

Applies to