Click or drag to resize

FhirException Constructor (HttpStatusCode, OperationOutcomeIssueType, String)

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,
	IssueType fhirCode,
	string diagnostics
)

Parameters

statusCode
Type: System.NetHttpStatusCode
The HTTP status code
fhirCode
Type: IssueType
The FHIR text
diagnostics
Type: SystemString
The diagnostic text
See Also