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
    System.Object
    System.Exception
    System.SystemException
    System.ArgumentException
    SearchParameterMissingException
    Implements
    System.Runtime.InteropServices._Exception
    System.Runtime.Serialization.ISerializable
    Inherited Members
    System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.ArgumentException.Message
    System.ArgumentException.ParamName
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetType()
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.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
    System.String paramName

    The name of the missing parameter.

    System.Exception innerException

    The inner exception.

    Implements

    System.Runtime.InteropServices._Exception
    System.Runtime.Serialization.ISerializable

    On this page

    • Constructors
      • SearchParameterMissingException(String, Exception)
    • Implements
    Back to top Generated by DocFX