Gets a value indicating whether an error occurred during the operation.

Namespace:  Rebex
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public ReadOnly Property Error As Exception
	Get
C#
public Exception Error { get; }

Return Value

The Exception object; or null reference (Nothing in Visual Basic) if no error occurred.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also