コンストラクタ

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

Syntax

C#
public CFviExceptionDS(
	COMException ex,
	string message,
	params Object[] param
)
Visual Basic
Public Sub New ( 
	ex As COMException,
	message As String,
	ParamArray param As Object()
)

Parameters

ex
Type: System.Runtime.InteropServices..::..COMException
元になるCOMException例外
message
Type: System..::..String
メッセージ
param
Type: array<System..::..Object>[]()[][]
メッセージ引数

See Also