Click or drag to resize
FdfResult Constructor (FdfResultSeverity, String)
Initializes a new instance of the FdfResult class

Namespace: FDF.Common.Runtime
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public FdfResult(
	FdfResultSeverity severity,
	string description
)

Parameters

severity
Type: FDF.Common.RuntimeFdfResultSeverity
description
Type: SystemString
See Also