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: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public RestServiceFaultAttribute(
	int statusCode,
	string condition
)

Parameters

statusCode  Int32

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

condition  String

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

See Also