| AsyncWriteJournalTryUnwrapException Method |
TBD
Namespace:
Akka.Persistence.Journal
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected Exception TryUnwrapException(
Exception e
)
member TryUnwrapException :
e : Exception -> Exception
Parameters
- e
- Type: SystemException
TBD
Return Value
Type:
ExceptionTBD
See Also