Class InvalidCredentialsException
The exception class to be used when the credentials are not valid when connecting to provider
Inherited Members
Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCoreExceptions
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. |