Search Results for

    Show / Hide Table of Contents

    Class InvalidCredentialsException

    The exception class to be used when the credentials are not valid when connecting to provider

    Inheritance
    object
    Exception
    ConnectionException
    InvalidCredentialsException
    Implements
    ISerializable
    _Exception
    Inherited Members
    ConnectionException.ProviderUri
    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
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Terminology.TerminologyProvider.Core.Exceptions
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public sealed class InvalidCredentialsException : ConnectionException, ISerializable, _Exception

    Constructors

    InvalidCredentialsException(string, Uri)

    InvalidCredentialsException constructor

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

    The exception message.

    Uri providerUri

    The terminology provider URI.

    InvalidCredentialsException(string, Uri, TerminologyProviderCredential, Exception)

    InvalidCredentialsException constructor

    Declaration
    public InvalidCredentialsException(string message, Uri providerUri, TerminologyProviderCredential credentials, Exception innerException)
    Parameters
    Type Name Description
    string message

    The exception message.

    Uri providerUri

    The terminology provider URI.

    TerminologyProviderCredential credentials

    The terminology provider credentials.

    Exception innerException

    The inner exception.

    InvalidCredentialsException(string, Uri, Exception)

    InvalidCredentialsException constructor

    Declaration
    public InvalidCredentialsException(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.

    InvalidCredentialsException(Uri)

    InvalidCredentialsException constructor

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

    The terminology provider URI.

    InvalidCredentialsException(Uri, TerminologyProviderCredential)

    InvalidCredentialsException constructor

    Declaration
    public InvalidCredentialsException(Uri providerUri, TerminologyProviderCredential credentials)
    Parameters
    Type Name Description
    Uri providerUri

    The terminology provider URI.

    TerminologyProviderCredential credentials

    The terminology provider credentials.

    InvalidCredentialsException(Uri, TerminologyProviderCredential, Exception)

    InvalidCredentialsException constructor

    Declaration
    public InvalidCredentialsException(Uri providerUri, TerminologyProviderCredential credentials, Exception innerException)
    Parameters
    Type Name Description
    Uri providerUri

    The terminology provider URI.

    TerminologyProviderCredential credentials

    The terminology provider credentials.

    Exception innerException

    The inner exception.

    InvalidCredentialsException(Uri, Exception)

    InvalidCredentialsException constructor

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

    The terminology provider URI.

    Exception innerException

    The inner exception.

    Implements

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