GetLastError Method

Returns last error code for the latest operation.

Syntax

Visual Basic .NET
Function GetLastError() As FTVSPCErrorCode 
Visual C#
FTVSPCErrorCode GetLastError();

Parameters

None.

Return

Last error code. Refer to FTVSPCErrorCode.

See Also

FTVSPCErrorCode