Show / Hide Table of Contents

    Class SqsBatchException

    Inheritance
    Object
    Exception
    SqsBatchException
    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.Streams.SQS
    Assembly: Akka.Streams.SQS.dll
    Syntax
    public class SqsBatchException : Exception, ISerializable

    Constructors

    | Improve this Doc View Source

    SqsBatchException(SerializationInfo, StreamingContext)

    Declaration
    protected SqsBatchException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context
    | Improve this Doc View Source

    SqsBatchException(String)

    Declaration
    public SqsBatchException(string message)
    Parameters
    Type Name Description
    String message

    Implements

    ISerializable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX