Click or drag to resize

FhirException Constructor (HttpStatusCode, Resource, String, Exception)

Creates a new FHIR exception with specified code

Namespace:  SanteDB.Messaging.FHIR.Exceptions
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
public FhirException(
	HttpStatusCode statusCode,
	Resource responseResource,
	string diagnostics,
	Exception innerException
)

Parameters

statusCode
Type: System.NetHttpStatusCode
The HTTP status code
responseResource
Type: Resource

[Missing <param name="responseResource"/> documentation for "M:SanteDB.Messaging.FHIR.Exceptions.FhirException.#ctor(System.Net.HttpStatusCode,Hl7.Fhir.Model.Resource,System.String,System.Exception)"]

diagnostics
Type: SystemString
The diagnostic text
innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:SanteDB.Messaging.FHIR.Exceptions.FhirException.#ctor(System.Net.HttpStatusCode,Hl7.Fhir.Model.Resource,System.String,System.Exception)"]

See Also