예제 #1
0
 public FhirHttpResponseException(OperationOutcome operationOutcome)
     : this(operationOutcome.GetHttpStatusCode(), operationOutcome)
 {
 }