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
    System.Object
    System.Exception
    ConnectionException
    InvalidCredentialsException
    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 InvalidCredentialsException : ConnectionException, ISerializable, _Exception

    Constructors

    InvalidCredentialsException(String, Uri)

    InvalidCredentialsException constructor

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

    The exception message.

    System.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
    System.String message

    The exception message.

    System.Uri providerUri

    The terminology provider URI.

    TerminologyProviderCredential credentials

    The terminology provider credentials.

    System.Exception innerException

    The inner exception.

    InvalidCredentialsException(String, Uri, Exception)

    InvalidCredentialsException constructor

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

    The exception message.

    System.Uri providerUri

    The terminology provider URI.

    System.Exception innerException

    The inner exception.

    InvalidCredentialsException(Uri)

    InvalidCredentialsException constructor

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

    The terminology provider URI.

    InvalidCredentialsException(Uri, TerminologyProviderCredential)

    InvalidCredentialsException constructor

    Declaration
    public InvalidCredentialsException(Uri providerUri, TerminologyProviderCredential credentials)
    Parameters
    Type Name Description
    System.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
    System.Uri providerUri

    The terminology provider URI.

    TerminologyProviderCredential credentials

    The terminology provider credentials.

    System.Exception innerException

    The inner exception.

    InvalidCredentialsException(Uri, Exception)

    InvalidCredentialsException constructor

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

    The terminology provider URI.

    System.Exception innerException

    The inner exception.

    Implements

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

    On this page

    • 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