Class SqsBatchException
Inheritance
SqsBatchException
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
|
Improve this Doc
View Source
SqsBatchException(String)
Declaration
public SqsBatchException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
Implements