Click or drag to resize

FhirException(HttpStatusCode, OperationOutcomeIssueType, String) Constructor

Creates a new FHIR exception with specified code

Namespace: SanteDB.Messaging.FHIR.Exceptions
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public FhirException(
	HttpStatusCode statusCode,
	IssueType fhirCode,
	string diagnostics
)

Parameters

statusCode  HttpStatusCode
The HTTP status code
fhirCode  IssueType
The FHIR text
diagnostics  String
The diagnostic text
See Also