RSS.NET

ExceptionCollection.LastException Property

Returns the last exception added through the Add method.

[Visual Basic]
Public ReadOnly Property LastException As Exception
[C#]
public System.Exception LastException {get;}

Property Value

The last exception -or- null if no exceptions exist

See Also

ExceptionCollection Class | Rss Namespace