C# Class Microsoft.Health.Fhir.Core.Features.Operations.Import.ImportFileEtagNotMatchException

Inheritance: Exception
Show file Open project: microsoft/fhir-server

Public Methods

Method Description
ImportFileEtagNotMatchException ( string message ) : System
ImportFileEtagNotMatchException ( string message, Exception innerException ) : System

Method Details

ImportFileEtagNotMatchException() public method

public ImportFileEtagNotMatchException ( string message ) : System
message string
return System

ImportFileEtagNotMatchException() public method

public ImportFileEtagNotMatchException ( string message, Exception innerException ) : System
message string
innerException Exception
return System