FeedReader Constructor (Boolean)

SimpleFeedReader

Collapse image Expand Image Copy image CopyHover image
Initializes a new instance of the FeedReader class.

Namespace: SimpleFeedReader
Assembly: SimpleFeedReader (in SimpleFeedReader.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public FeedReader(
	bool throwOnError
)
Visual Basic
Public Sub New ( 
	throwOnError As Boolean
)
Visual C++
public:
FeedReader(
	bool throwOnError
)
F#
new : 
        throwOnError : bool -> FeedReader

Parameters

throwOnError
Type: System..::..Boolean
When true, the FeedReader will throw on errors, when false the FeedReader will suppress exceptions and return empty results.

See Also