ComException Class

Exception thrown by the communicator

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public class ComException : Exception
Inheritance
Object    Exception    ComException

Properties

Kind Gets exception kind - exception detail
SourceCommunicatorInfo Informations about communicator which is source of exception.
TimedOut Gets whether exception is caused bz timeout

See Also