C# Класс Microsoft.Health.Fhir.Core.Features.Operations.Import.ImportFileEtagNotMatchException

Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ImportFileEtagNotMatchException ( string message ) : System
ImportFileEtagNotMatchException ( string message, Exception innerException ) : System

Описание методов

ImportFileEtagNotMatchException() публичный Метод

public ImportFileEtagNotMatchException ( string message ) : System
message string
Результат System

ImportFileEtagNotMatchException() публичный Метод

public ImportFileEtagNotMatchException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System