 | FhirException(HttpStatusCode, OperationOutcomeIssueType, String, Exception) Constructor |
Creates a new FHIR exception with specified code
Namespace: SanteDB.Messaging.FHIR.ExceptionsAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic FhirException(
HttpStatusCode statusCode,
IssueType fhirCode,
string diagnostics,
Exception innerException
)
Public Sub New (
statusCode As HttpStatusCode,
fhirCode As IssueType,
diagnostics As String,
innerException As Exception
)
public:
FhirException(
HttpStatusCode statusCode,
IssueType fhirCode,
String^ diagnostics,
Exception^ innerException
)
new :
statusCode : HttpStatusCode *
fhirCode : IssueType *
diagnostics : string *
innerException : Exception -> FhirExceptionParameters
- statusCode HttpStatusCode
- The HTTP status code
- fhirCode IssueType
- The FHIR text
- diagnostics String
- The diagnostic text
- innerException Exception
- The cause of this exception
See Also