EventsExceptionDetailsParsedStack 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
EventsExceptionDetailsParsedStack() |
Initializes a new instance of the EventsExceptionDetailsParsedStack class. |
EventsExceptionDetailsParsedStack(String, String, Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of the EventsExceptionDetailsParsedStack class. |
EventsExceptionDetailsParsedStack()
Initializes a new instance of the EventsExceptionDetailsParsedStack class.
public EventsExceptionDetailsParsedStack ();
Public Sub New ()
Applies to
EventsExceptionDetailsParsedStack(String, String, Nullable<Int64>, Nullable<Int64>)
Initializes a new instance of the EventsExceptionDetailsParsedStack class.
public EventsExceptionDetailsParsedStack (string assembly = default, string method = default, long? level = default, long? line = default);
new Microsoft.Azure.ApplicationInsights.Models.EventsExceptionDetailsParsedStack : string * string * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.ApplicationInsights.Models.EventsExceptionDetailsParsedStack
Public Sub New (Optional assembly As String = Nothing, Optional method As String = Nothing, Optional level As Nullable(Of Long) = Nothing, Optional line As Nullable(Of Long) = Nothing)
Parameters
- assembly
- String
The assembly of the stack entry
- method
- String
The method of the stack entry
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET