Click or drag to resize

FailureEventArgs Class

Failure event arguments.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Unity.Runtime.EventFailureEventArgs

Namespace:  SoftGear.Strix.Unity.Runtime.Event
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public class FailureEventArgs

The FailureEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodFailureEventArgs
Initializes a new instance of the FailureEventArgs class
Top
Properties
  NameDescription
Public propertycause
Exception object representing the reason why the request failed.
Public propertysession
Reference to a server session the failed request belongs to.
Top
See Also