EventsExceptionDetail 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.
Exception details
public class EventsExceptionDetail
type EventsExceptionDetail = class
Public Class EventsExceptionDetail
- Inheritance
-
EventsExceptionDetail
Constructors
EventsExceptionDetail() |
Initializes a new instance of the EventsExceptionDetail class. |
EventsExceptionDetail(String, String, String, String, String, IList<EventsExceptionDetailsParsedStack>) |
Initializes a new instance of the EventsExceptionDetail class. |
Properties
Id |
Gets or sets the ID of the exception detail |
Message |
Gets or sets the message of the exception detail |
OuterId |
Gets or sets the outer ID of the exception detail |
ParsedStack |
Gets or sets the parsed stack |
SeverityLevel |
Gets or sets the severity level of the exception detail |
Type |
Gets or sets the type of the exception detail |
Applies to
Azure SDK for .NET