Gets the exception, if any, that was thrown when retrieving the contents.

Namespace: ININ.IceLib.Interactions
Assembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

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

Field Value

The exception, if any, that was thrown when retrieving the contents.

Version Information

Supported for IC Server version 2015 R1 and beyond.

See Also