コンストラクタ

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

Syntax

C#
public CFviExceptionDS(
	Exception ex
)
Visual Basic
Public Sub New ( 
	ex As Exception
)

Parameters

ex
Type: System..::..Exception
元になる例外

See Also