Click or drag to resize

FaultException Constructor (HttpStatusCode, String, Object)

Creates a new fault

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

Parameters

statusCode
Type: System.NetHttpStatusCode

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

message
Type: SystemString

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

resultData (Optional)
Type: SystemObject

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

See Also