Click or drag to resize

ServiceFaultAttribute Constructor

Creates a new service fault

Namespace: RestSrvr.Attributes
Assembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntax
public ServiceFaultAttribute(
	int status,
	Type faultType,
	string condition
)

Parameters

status  Int32

[Missing <param name="status"/> documentation for "M:RestSrvr.Attributes.ServiceFaultAttribute.#ctor(System.Int32,System.Type,System.String)"]

faultType  Type

[Missing <param name="faultType"/> documentation for "M:RestSrvr.Attributes.ServiceFaultAttribute.#ctor(System.Int32,System.Type,System.String)"]

condition  String

[Missing <param name="condition"/> documentation for "M:RestSrvr.Attributes.ServiceFaultAttribute.#ctor(System.Int32,System.Type,System.String)"]

See Also