Class ConnectionException
The exception class to be used when there is a operation exception at the terminology provider connection layer
Inherited Members
Namespace: Sdl.Terminology.TerminologyProvider.Core.Exceptions
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public class ConnectionException : Exception, ISerializable, _Exception
Constructors
ConnectionException(SerializationInfo, StreamingContext)
Declaration
protected ConnectionException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | |
| StreamingContext | context |
ConnectionException(string, Uri, Exception)
ConnectionException constructor
Declaration
public ConnectionException(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. |
ConnectionException(Uri)
ConnectionException constructor
Declaration
public ConnectionException(Uri providerUri)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | providerUri | The terminology provider URI. |
ConnectionException(Uri, Exception)
ConnectionException constructor
Declaration
public ConnectionException(Uri providerUri, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | providerUri | The terminology provider URI. |
| Exception | innerException | The inner exception. |
Properties
ProviderUri
The terminology provider URI
Declaration
public Uri ProviderUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Uri |