Click or drag to resize

ChildReaderException(String, Exception) Constructor

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

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

Parameters

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