| MaxUnconfirmedMessagesExceededException Constructor (String, Exception) |
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public MaxUnconfirmedMessagesExceededException(
string message,
Exception innerException
)
new :
message : string *
innerException : Exception -> MaxUnconfirmedMessagesExceededException
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception. - innerException
- Type: SystemException
The exception that is the cause of the current exception.
See Also