C# Class Microsoft.Health.Dicom.Core.Exceptions.ExtendedQueryTagsExceedsMaxAllowedCountException

Exception thrown when the extended query tags exceeds max allowed count.
Inheritance: Microsoft.Health.Dicom.Core.Exceptions.DicomServerException
Mostra file Open project: microsoft/dicom-server

Public Methods

Method Description
ExtendedQueryTagsExceedsMaxAllowedCountException ( int maxAllowedCount ) : System.Globalization

Method Details

ExtendedQueryTagsExceedsMaxAllowedCountException() public method

public ExtendedQueryTagsExceedsMaxAllowedCountException ( int maxAllowedCount ) : System.Globalization
maxAllowedCount int
return System.Globalization