| 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
)
Public Sub New (
statusCode As HttpStatusCode,
responseResource As Resource,
diagnostics As String,
innerException As Exception
)
public:
FhirException(
HttpStatusCode statusCode,
Resource^ responseResource,
String^ diagnostics,
Exception^ innerException
)
new :
statusCode : HttpStatusCode *
responseResource : Resource *
diagnostics : string *
innerException : Exception -> FhirException
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