EventsExceptionDetail Constructors
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.
Overloads
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. |
EventsExceptionDetail()
- Source:
- EventsExceptionDetail.cs
Initializes a new instance of the EventsExceptionDetail class.
public EventsExceptionDetail ();
Public Sub New ()
Applies to
EventsExceptionDetail(String, String, String, String, String, IList<EventsExceptionDetailsParsedStack>)
- Source:
- EventsExceptionDetail.cs
Initializes a new instance of the EventsExceptionDetail class.
public EventsExceptionDetail (string severityLevel = default, string outerId = default, string message = default, string type = default, string id = default, System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.EventsExceptionDetailsParsedStack> parsedStack = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.EventsExceptionDetail : string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.EventsExceptionDetailsParsedStack> -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsExceptionDetail
Public Sub New (Optional severityLevel As String = Nothing, Optional outerId As String = Nothing, Optional message As String = Nothing, Optional type As String = Nothing, Optional id As String = Nothing, Optional parsedStack As IList(Of EventsExceptionDetailsParsedStack) = Nothing)
Parameters
- severityLevel
- String
The severity level of the exception detail
- outerId
- String
The outer ID of the exception detail
- message
- String
The message of the exception detail
- type
- String
The type of the exception detail
- id
- String
The ID of the exception detail
- parsedStack
- IList<EventsExceptionDetailsParsedStack>
The parsed stack
Applies to
Azure SDK for .NET