Click or drag to resize

RestServiceFaultAttribute Constructor

Creates a new rest service fault attribute

Namespace:  SanteDB.Rest.Common.Attributes
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
public RestServiceFaultAttribute(
	int statusCode,
	string condition
)

Parameters

statusCode
Type: SystemInt32

[Missing <param name="statusCode"/> documentation for "M:SanteDB.Rest.Common.Attributes.RestServiceFaultAttribute.#ctor(System.Int32,System.String)"]

condition
Type: SystemString

[Missing <param name="condition"/> documentation for "M:SanteDB.Rest.Common.Attributes.RestServiceFaultAttribute.#ctor(System.Int32,System.String)"]

See Also