Click or drag to resize

ChildReaderException Constructor (String, Exception)

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: 2.0.0
Syntax
public ChildReaderException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
The error message that explains the reason for the ChildReaderException.
inner
Type: SystemException
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