Search Results for

    Show / Hide Table of Contents

    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

    _Exception
    ISerializable
    In this article
    • Constructors
      • SearchParameterMissingException(string, Exception)
    • Implements
    Back to top Generated by DocFX