Click or drag to resize

StatusCodeCasewhereExceptionHandlerContextGetStatusCode Method

[Missing <summary> documentation for "M:Casewhere.Common.Exceptions.StatusCodeCasewhereExceptionHandlerContext.GetStatusCode(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 HttpStatusCode GetStatusCode(
	Exception exception
)

Parameters

exception
Type: SystemException

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

Return Value

Type: HttpStatusCode

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

See Also