Click or drag to resize

RestServiceFault Constructor (Exception)

Creates a new rest service fault

Namespace:  SanteDB.Rest.Common.Fault
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
public RestServiceFault(
	Exception ex
)

Parameters

ex
Type: SystemException

[Missing <param name="ex"/> documentation for "M:SanteDB.Rest.Common.Fault.RestServiceFault.#ctor(System.Exception)"]

See Also