ExceptionTelemetry.HandledAt Property
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.
Gets or sets the value indicated where the exception was handled.
public:
property Microsoft::VisualStudio::ApplicationInsights::DataContracts::ExceptionHandledAt HandledAt { Microsoft::VisualStudio::ApplicationInsights::DataContracts::ExceptionHandledAt get(); void set(Microsoft::VisualStudio::ApplicationInsights::DataContracts::ExceptionHandledAt value); };
public Microsoft.VisualStudio.ApplicationInsights.DataContracts.ExceptionHandledAt HandledAt { get; set; }
member this.HandledAt : Microsoft.VisualStudio.ApplicationInsights.DataContracts.ExceptionHandledAt with get, set
Public Property HandledAt As ExceptionHandledAt