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

Inheritance: Microsoft.Health.Fhir.Anonymizer.Core.Exceptions.AnonymizerConfigurationException
ファイルを表示 Open project: microsoft/FHIR-Tools-for-Anonymization

Public Methods

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

Method Details

AnonymizerRuleNotApplicableException() public method

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

AnonymizerRuleNotApplicableException() public method

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