TransactionDataNodeHasDepartedException Constructor (String, Exception) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic TransactionDataNodeHasDepartedException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
TransactionDataNodeHasDepartedException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> TransactionDataNodeHasDepartedException
Parameters
- message
- Type: SystemString
- innerException
- Type: SystemException
See Also