Click or drag to resize

FaultException(HttpStatusCode, String, Object) Constructor

Creates a new fault

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

Parameters

statusCode  HttpStatusCode

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

message  String

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

resultData  Object  (Optional)

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

See Also