Click or drag to resize

FaultExceptionTBody Constructor (HttpStatusCode, TBody, String)

Represents the fault exception

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

Parameters

statusCode
Type: System.NetHttpStatusCode

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

data
Type: TBody

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

message
Type: SystemString

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

See Also