Utility method to get the calling thread's last system error code.
Namespace: GemStone.GemFireAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static int LastError { get; }
Public Shared ReadOnly Property LastError As Integer
Get
public:
static property int LastError {
int get ();
}
static member LastError : int with get
Property Value
Type:
Int32
See Also