| DistributedObjectDestroyedException Constructor (String, Exception) |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax public DistributedObjectDestroyedException(
string message,
Exception cause
)
Public Sub New (
message As String,
cause As Exception
)
public:
DistributedObjectDestroyedException(
String^ message,
Exception^ cause
)
new :
message : string *
cause : Exception -> DistributedObjectDestroyedException
Parameters
- message
- Type: SystemString
- cause
- Type: SystemException
See Also