Search Results for

    Show / Hide Table of Contents

    Class TestConnectionException

    Inheritance
    object
    Exception
    TestConnectionException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Persistence.TestKit
    Assembly: Akka.Persistence.TestKit.dll
    Syntax
    public class TestConnectionException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    TestConnectionException()

    Declaration
    public TestConnectionException()
    | Edit this page View Source

    TestConnectionException(SerializationInfo, StreamingContext)

    Declaration
    protected TestConnectionException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context
    | Edit this page View Source

    TestConnectionException(string)

    Declaration
    public TestConnectionException(string message)
    Parameters
    Type Name Description
    string message
    | Edit this page View Source

    TestConnectionException(string, Exception)

    Declaration
    public TestConnectionException(string message, Exception inner)
    Parameters
    Type Name Description
    string message
    Exception inner

    Implements

    ISerializable

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET