Search Results for

    Show / Hide Table of Contents

    Class InvalidCredentialsException

    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)

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

    InvalidCredentialsException(String, Uri, TerminologyProviderCredential, Exception)

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

    InvalidCredentialsException(String, Uri, Exception)

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

    InvalidCredentialsException(Uri)

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

    InvalidCredentialsException(Uri, TerminologyProviderCredential)

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

    InvalidCredentialsException(Uri, TerminologyProviderCredential, Exception)

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

    InvalidCredentialsException(Uri, Exception)

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

    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