FeedReader.ThrowOnError Property

SimpleFeedReader

Collapse image Expand Image Copy image CopyHover image
Gets wether the FeedReader will throw on exceptions or suppress exceptions and return empty results on errors.

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

Syntax

C#
public bool ThrowOnError { get; }
Visual Basic
Public ReadOnly Property ThrowOnError As Boolean
	Get
Visual C++
public:
property bool ThrowOnError {
	bool get ();
}
F#
member ThrowOnError : bool with get

Property Value

Type: Boolean

See Also