| 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
)
Public Sub New (
ex As Exception
)
public:
RestServiceFault(
Exception^ ex
)
new :
ex : Exception -> RestServiceFault
Parameters
- ex
- Type: SystemException
[Missing <param name="ex"/> documentation for "M:SanteDB.Rest.Common.Fault.RestServiceFault.#ctor(System.Exception)"]
See Also