Click or drag to resize

SafeModeException(String, Exception) Constructor

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

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

Parameters

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