Click or drag to resize
PFSDllWrapperpfsGetErrorMessageFromErrorCode Method
this method is similar with method pfsErrorCodeToErrorMessage but this method is call the interpreter from pfs2004 dll and this method support more error code

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public static string pfsGetErrorMessageFromErrorCode(
	int errorCode
)

Parameters

errorCode
Type: SystemInt32

Return Value

Type: String
See Also