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

Inheritance: Exception
Afficher le fichier Open project: microsoft/fhir-server

Méthodes publiques

Méthode Description
ImportFileEtagNotMatchException ( string message ) : System
ImportFileEtagNotMatchException ( string message, Exception innerException ) : System

Method Details

ImportFileEtagNotMatchException() public méthode

public ImportFileEtagNotMatchException ( string message ) : System
message string
Résultat System

ImportFileEtagNotMatchException() public méthode

public ImportFileEtagNotMatchException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System