Click or drag to resize

FaultExceptionTBody(HttpStatusCode, TBody, String) Constructor

Represents the fault exception

Namespace: RestSrvr.Exceptions
Assembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntax
public FaultException(
	HttpStatusCode statusCode,
	TBody data,
	string message
)

Parameters

statusCode  HttpStatusCode

[Missing <param name="statusCode"/> documentation for "M:RestSrvr.Exceptions.FaultException`1.#ctor(System.Net.HttpStatusCode,`0,System.String)"]

data  TBody

[Missing <param name="data"/> documentation for "M:RestSrvr.Exceptions.FaultException`1.#ctor(System.Net.HttpStatusCode,`0,System.String)"]

message  String

[Missing <param name="message"/> documentation for "M:RestSrvr.Exceptions.FaultException`1.#ctor(System.Net.HttpStatusCode,`0,System.String)"]

See Also