Click or drag to resize

StrixNetworkErrorEventArgs Class

Provides data for the StrixNetworkErrorEventHandler event handler.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Unity.Runtime.EventStrixNetworkErrorEventArgs

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

The StrixNetworkErrorEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStrixNetworkErrorEventArgs
Initializes a new instance of the StrixNetworkErrorEventArgs 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