ORMTransientRecoveryFailedException Constructor (String, List<Exception>) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic ORMTransientRecoveryFailedException(
string message,
List<Exception> collectedExceptions
)
Public Sub New (
message As String,
collectedExceptions As List(Of Exception)
)
Parameters
- message
- Type: System.String
The message. - collectedExceptions
- Type: System.Collections.Generic.List<Exception>
The collected exceptions.
See Also