初期値指定コンストラクタ

Namespace: FVIL.Net
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public TcpClientEventArgs(
	DateTime timestamp,
	Exception exception
)
Visual Basic
Public Sub New ( 
	timestamp As DateTime,
	exception As Exception
)

Parameters

timestamp
Type: System..::..DateTime
タイムスタンプ
exception
Type: System..::..Exception
エラーの内容

See Also