Property WriteExceptionsToEventLog
WriteExceptionsToEventLog
Gets/Sets WriteExceptionsToEventLog property. If set to true, any exceptions that occurred in the session state module will be reported to event log.
Declaration
public bool? WriteExceptionsToEventLog { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | Returns a boolean value representing status of WriteExceptionsToEventLog property. If true is returned, any exceptions that occurred in the session state module will be reported to event log. |