Search Results for

    Show / Hide Table of Contents

    Class AkkaEqualException

    TBD

    Inheritance
    object
    Exception
    XunitException
    AkkaEqualException
    Implements
    ISerializable
    IAssertionException
    Inherited Members
    XunitException.ToString()
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    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.TestKit.Xunit.Internals
    Assembly: Akka.TestKit.Xunit.dll
    Syntax
    [Serializable]
    public class AkkaEqualException : XunitException, ISerializable, IAssertionException

    Constructors

    | Edit this page View Source

    AkkaEqualException(SerializationInfo, StreamingContext)

    Initializes a new instance of the AkkaEqualException class.

    Declaration
    protected AkkaEqualException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    The SerializationInfo that holds the serialized object data about the exception being thrown.

    StreamingContext context

    The StreamingContext that contains contextual information about the source or destination.

    | Edit this page View Source

    AkkaEqualException(string, params object[])

    Initializes a new instance of the AkkaEqualException class.

    Declaration
    public AkkaEqualException(string format = "", params object[] args)
    Parameters
    Type Name Description
    string format

    A template string that describes the error.

    object[] args

    An optional object array that contains zero or more objects to format.

    Methods

    | Edit this page View Source

    ForMismatchedValues(object?, object?, string?, params object[])

    Declaration
    public static AkkaEqualException ForMismatchedValues(object? expected, object? actual, string? format = null, params object[] args)
    Parameters
    Type Name Description
    object expected
    object actual
    string format
    object[] args
    Returns
    Type Description
    AkkaEqualException

    Implements

    ISerializable
    Xunit.Sdk.IAssertionException

    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