Click or drag to resize

FailureEventArgscause Property

Exception object representing the reason why the request failed.

Namespace:  SoftGear.Strix.Unity.Runtime.Event
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public Exception cause { get; set; }

Property Value

Type: Exception
See Also