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

Inheritance: Exception
Mostra file Open project: microsoft/FHIR-Tools-for-Anonymization

Public Methods

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

Method Details

AnonymizerProcessingException() public method

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

AnonymizerProcessingException() public method

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