Initializes an instance of DryadLinqException with a specified message and an inner exception.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Parameters
- message
- Type: System String
The exception message.
- inner
- Type: System Exception
The inner exception.
See Also