Enable Exception Diagnostic Data

AVIcode.DotNet.SystemCenter.DotNetExecutableApplication.EnableAllExceptionMonitoringTask (Task)

This task enables collecting Exception Diagnostic Data in the the monitored application.

Element properties:

TargetAVIcode.DotNet.SystemCenter.DotNetExecutableApplication
AccessibilityInternal
CategoryCustom
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
EnableAllExceptionMonitoringWA WriteAction AVIcode.DotNet.SystemCenter.DotNetExecutableApplication.ChangeAllExceptionMonitoring Default

Source Code:

<Task ID="AVIcode.DotNet.SystemCenter.DotNetExecutableApplication.EnableAllExceptionMonitoringTask" Accessibility="Internal" Enabled="true" Target="AVIcode.DotNet.SystemCenter.DotNetExecutableApplication" Remotable="false">
<Category>Custom</Category>
<WriteAction ID="EnableAllExceptionMonitoringWA" TypeID="AVIcode.DotNet.SystemCenter.DotNetExecutableApplication.ChangeAllExceptionMonitoring">
<Command>ON</Command>
<ApplicationName>$Target/Property[Type="System!System.Entity"]/DisplayName$</ApplicationName>
</WriteAction>
</Task>