C# Class Microsoft.Health.Fhir.Anonymizer.Core.Exceptions.AnonymizerRuleNotApplicableException

Inheritance: Microsoft.Health.Fhir.Anonymizer.Core.Exceptions.AnonymizerConfigurationException
Afficher le fichier Open project: microsoft/FHIR-Tools-for-Anonymization

Méthodes publiques

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

Method Details

AnonymizerRuleNotApplicableException() public méthode

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

AnonymizerRuleNotApplicableException() public méthode

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