ExceptionDetailsInfo 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.
Wrapper class for Microsoft.ApplicationInsights.DataContracts.ExceptionDetailsInfo.ExceptionDetails that lets user gets/sets TypeName and Message.
public sealed class ExceptionDetailsInfo
type ExceptionDetailsInfo = class
Public NotInheritable Class ExceptionDetailsInfo
- Inheritance
-
ExceptionDetailsInfo
Constructors
ExceptionDetailsInfo(Int32, Int32, String, String, Boolean, String, IEnumerable<StackFrame>) |
Constructs the instance of ExceptionDetailsInfo. |
Properties
Message |
Gets or sets message name of the underlying Exception that this object represents. |
TypeName |
Gets or sets type name of the underlying Exception that this object represents. |
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