Click or drag to resize

MaintenanceWorkerSiteModeExceptionHandlerAccept Method

[Missing <summary> documentation for "M:Casewhere.Common.Exceptions.MaintenanceWorkerSiteModeExceptionHandler.Accept(System.Exception)"]

Namespace:  Casewhere.Common.Exceptions
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Accept(
	Exception exception
)

Parameters

exception
Type: SystemException

[Missing <param name="exception"/> documentation for "M:Casewhere.Common.Exceptions.MaintenanceWorkerSiteModeExceptionHandler.Accept(System.Exception)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Casewhere.Common.Exceptions.MaintenanceWorkerSiteModeExceptionHandler.Accept(System.Exception)"]

Implements

IStatusCodeCasewhereExceptionHandlerAccept(Exception)
See Also