エラーの内容

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

Syntax

C#
public virtual Exception Exception { get; set; }
Visual Basic
Public Overridable Property Exception As Exception
	Get
	Set

Property Value

Type: Exception

Remarks

Status が Error (エラー)の時は、ここの例外オブジェクトが設定されています。

See Also