CommunicatorLastError Property

Returns kind of last error stored in RaiseComException(). If no error has occured, ComExceptionKind.Unknow is returned. You may test LastRequestFailed to indicate if some error has occured.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public ComExceptionComExceptionKind LastError { get; }

Property Value

ComExceptionComExceptionKind

See Also