Gets the last error.

Namespace:  GrassValley.Mseries.AppServerLog
Assembly:  GrassValley.Mseries.AppServerLog (in GrassValley.Mseries.AppServerLog.dll) Version: 1.0.0.0

Syntax

C#
public int LastError { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastError As Integer
Visual C++
public:
virtual property int LastError {
	int get () sealed;
}

Field Value

Implements

IAppServerLog2..::.LastError

See Also