Walter.Web.FireWall
Exceptions Property (IFireWall)
Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace > IFireWall Interface : Exceptions Property
Gets the exceptions that have been recorded during the operation of the firewall.
Syntax
IEnumerable<IExceptionItem> Exceptions {get;}

Property Value

The exception.
Remarks

This list should be empty. If the list is not empty then these are the errors that will have been sent to us for fixing if you have joined the customer improvement program.

Exceptions are also stored on disk on the location specified as AppDataFolder in your configuration (default is ~\App_Data\. You can always send these to us manually for fixing.

See IFireWallConfig.JoinCustomerImprovementProgramWithEmail configuration property for details on this program.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFireWall Interface
IFireWall Members
JoinCustomerImprovementProgramWithEmail Property
AppDataFolder Property