Attribute constructor.
Namespace: Relativity.Services.Exceptions
Assembly: Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax
C#
public FaultCodeAttribute( HttpStatusCode statusCode )
Parameters
- statusCode
- Type: System.Net.HttpStatusCode
The HTTP status code to be returned in the HTTP response
See Also