ReadingExceptionOccurred Property
Gets the function that is called when a reading exception occurs. The default function will re-throw the given exception. If you want to ignore reading exceptions, you can supply your own function to do other things like logging the issue.

Syntax

public virtual ReadingExceptionOccurred ReadingExceptionOccurred { get; set; }

Value

Type Description
ReadingExceptionOccurred