Creates a new instance of the MapReduceException with the specified
message and an inner exception indicating the
cause of this exception.
Namespace: Soss.Client.Concurrent
Assembly: soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax
Parameters
- message
- Type: System.String
A message with additional exception details. - inner
- Type: System.Exception
The inner exception that caused the MapReduceException to be thrown.
See Also