DryadLinqException Constructor (String, Exception)DryadLINQ documentation
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

public DryadLinqException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
The exception message.
inner
Type: SystemException
The inner exception.
See Also

Reference