Search Results for

    Show / Hide Table of Contents

    Class MissingTerminologyProviderException

    The exception class to be used when no terminology provider factory found.

    Inheritance
    object
    Exception
    MissingTerminologyProviderException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    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 MissingTerminologyProviderException : Exception, ISerializable, _Exception

    Constructors

    MissingTerminologyProviderException(string, Uri)

    Missing terminology provider constructor

    Declaration
    public MissingTerminologyProviderException(string message, Uri providerUri)
    Parameters
    Type Name Description
    string message

    The exception message.

    Uri providerUri

    The terminology provider URI.

    MissingTerminologyProviderException(string, Uri, Exception)

    Missing terminology provider constructor

    Declaration
    public MissingTerminologyProviderException(string message, Uri providerUri, Exception innerException)
    Parameters
    Type Name Description
    string message

    The exception message.

    Uri providerUri

    The terminology provider URI.

    Exception innerException

    The inner exception.

    MissingTerminologyProviderException(Uri)

    Missing terminology provider exception constructor

    Declaration
    public MissingTerminologyProviderException(Uri providerUri)
    Parameters
    Type Name Description
    Uri providerUri

    The terminology provider URI.

    MissingTerminologyProviderException(Uri, Exception)

    Missing terminology provider constructor

    Declaration
    public MissingTerminologyProviderException(Uri providerUri, Exception innerException)
    Parameters
    Type Name Description
    Uri providerUri

    The terminology provider URI.

    Exception innerException

    The inner exception.

    Properties

    ProviderUri

    The terminology provider URI

    Declaration
    public Uri ProviderUri { get; set; }
    Property Value
    Type Description
    Uri

    Implements

    ISerializable
    _Exception
    In this article
    • Constructors
      • MissingTerminologyProviderException(string, Uri)
      • MissingTerminologyProviderException(string, Uri, Exception)
      • MissingTerminologyProviderException(Uri)
      • MissingTerminologyProviderException(Uri, Exception)
    • Properties
      • ProviderUri
    • Implements
    Back to top Generated by DocFX