Search Results for

    Show / Hide Table of Contents

    Class ConnectionException

    Inheritance
    System.Object
    System.Exception
    ConnectionException
    InvalidCredentialsException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    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 class ConnectionException : Exception, ISerializable, _Exception

    Constructors

    ConnectionException(String, Uri, Exception)

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

    ConnectionException(Uri)

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

    ConnectionException(Uri, Exception)

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

    Properties

    ProviderUri

    Declaration
    public Uri ProviderUri { get; set; }
    Property Value
    Type Description
    System.Uri

    Implements

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

    On this page

    • Constructors
      • ConnectionException(String, Uri, Exception)
      • ConnectionException(Uri)
      • ConnectionException(Uri, Exception)
    • Properties
      • ProviderUri
    • Implements
    Back to top Generated by DocFX