Class SearchParameterMissingException
The exception class to be used when one of the search parameters is missing.
Inherited Members
Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCoreExceptions
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public class SearchParameterMissingException : ArgumentException, _Exception, ISerializable
Constructors
SearchParameterMissingException(string, Exception)
Constructor for the SearchParameterMissingException
Declaration
public SearchParameterMissingException(string paramName, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | paramName | The name of the missing parameter. |
Exception | innerException | The inner exception. |