Class SearchParameterMissingException
The exception class to be used when one of the search parameters is missing.
Inheritance
Object
Exception
SystemException
ArgumentException
SearchParameterMissingException
Implements
_Exception
ISerializable
Inherited Members
ArgumentException.GetObjectData(SerializationInfo, StreamingContext)
ArgumentException.Message
ArgumentException.ParamName
Exception.GetBaseException()
Exception.ToString()
Exception.GetType()
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Namespace: Sdl.Terminology.TerminologyProvider.Core.Exceptions
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. |
Implements
System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable