TimeoutEventArgs Constructor

Initializes a new instance of the TimeoutEventArgs class using the specified source, exception information.

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

C#

public TimeoutEventArgs(
	Rfc1006Base source,
	Exception exception
)


Parameters

source
Type: Rfc1006LibNet.Advanced.Rfc1006Base
Stores a reference to the object that raised the event.
exception
Type: System.Exception
Stores the error that occurred during the RFC1006 communication.

Reference