Initializes an instance of DryadLinqException with a specified message and an inner exception.
Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax
Parameters
- message
- Type: SystemString
The exception message. - inner
- Type: SystemException
The inner exception.
See Also