StatusCodePolicy Constructor (IList Int32 ) | Glimpse API Documentation |
Initializes a new instance of the StatusCodePolicy class with the provided statusCodeWhiteList.
Namespace: Glimpse.Core.PolicyAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- statusCodeWhiteList
- Type: System.Collections.Generic IList Int32
The status code white list.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Exception thrown if statusCodeWhiteList is null. |
See Also