Click or drag to resize

PFSDllWrapperpfsErrorCodeToErrorMessage Method

Return a textual error message for a given PFSErrorCode reference to an alternative and newer method "pfsGetErrorMessageFromErrorCode"

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static string pfsErrorCodeToErrorMessage(
	PFSErrorCode pfsErrorCode
)

Parameters

pfsErrorCode
Type: DHI.PFSPFSErrorCode

Return Value

Type: String
See Also