Click or drag to resize

StatusCodeCasewhereExceptionHandlerContext Constructor

Initializes a new instance of the StatusCodeCasewhereExceptionHandlerContext class

Namespace:  Casewhere.Common.Exceptions
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public StatusCodeCasewhereExceptionHandlerContext(
	IEnumerable<IStatusCodeCasewhereExceptionHandler> handlers
)

Parameters

handlers
Type: System.Collections.GenericIEnumerableIStatusCodeCasewhereExceptionHandler

[Missing <param name="handlers"/> documentation for "M:Casewhere.Common.Exceptions.StatusCodeCasewhereExceptionHandlerContext.#ctor(System.Collections.Generic.IEnumerable{Casewhere.Common.Exceptions.IStatusCodeCasewhereExceptionHandler})"]

See Also