Search Results for

    Show / Hide Table of Contents

    Class TermbaseInitializationException

    The exception class to be used when the provider initialization fails.

    Inheritance
    System.Object
    System.Exception
    ConnectionException
    TermbaseInitializationException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    ConnectionException.ProviderUri
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.Message
    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 sealed class TermbaseInitializationException : ConnectionException, ISerializable, _Exception

    Constructors

    TermbaseInitializationException(String, Uri, Exception)

    TermbaseInitializationException constructor

    Declaration
    public TermbaseInitializationException(string termbaseName, Uri providerUri, Exception innerException)
    Parameters
    Type Name Description
    System.String termbaseName

    The termbase name.

    System.Uri providerUri

    The provider uri.

    System.Exception innerException

    The inner exception.

    Implements

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

    On this page

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