Click or drag to resize

DfsException(String, Exception) Constructor

Initializes a new instance of the DfsException class with a specified error message and a reference to the inner DfsException that is the cause of this DfsException.

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public DfsException(
	string message,
	Exception inner
)

Parameters

message  String
The error message that explains the reason for the DfsException.
inner  Exception
The DfsException that is the cause of the current DfsException, or a null reference (Nothing in Visual Basic) if no inner DfsException is specified.
See Also