TimeoutEventArgs Class

Provides data for the Timeout event.

System.Object
System.EventArgs
Rfc1006LibNet.Advanced.EventArgs.TimeoutEventArgs

Namespace:  Rfc1006LibNet.Advanced.EventArgs
Assembly:  Rfc1006LibNet.Advanced (in Rfc1006LibNet.Advanced.dll) Version: 1.0.2.0 (1.0.5.3)

C#

public class TimeoutEventArgs : EventArgs


The TimeoutEventArgs type exposes the following members.

—– Name Description
TimeoutEventArgs Initializes a new instance of the TimeoutEventArgs class using the specified source, exception information.

Top

—– Name Description
Exception Gets the error that was occurred during the RFC1006 communication.
OrginalSource Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class.
Source Gets or sets a reference to the object that raised the event.

Top

Reference