Click or drag to resize

ExceptionEventArgsWriteToLog Property

Gets or sets a value which indicates whether the exception should be written to the Application event log.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool WriteToLog { get; set; }

Property Value

Type: Boolean
Remarks

This property has no effect if EnableLogging is false.

See Also