ComExceptionComExceptionKind Enumeration

Event kinds

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public enum ComExceptionKind

Members

Unknown0 The cause uf the exception is not known.
TimeoutWithoutData1 No data has been received, timeout occured.
TimeoutWithData2 Some data has been received, but timeout occured.
CanNotOpenChannel3 Unable to open the channel. The reason is unknown.
CanNotCloseChannel5 Unable to close the channel.
InternalError6 Internal error occured in a communicator, e.g. parsing data.
NoFileFound7 Error indicating that no file was found in a file storage directory. Applies only for FileCommunicator.
MaxConnectionAttemptsReached8 Unable to open the channel because maximal connection number of conneciton attempts was reached.
ChannelIsNotAccesible9 Unable to open the channel because it is not accessible e.g. according to the access schedule.
AuthenticationFailure10 Invalid password while authenticating to the channel.
ErrorChangingSerialParams11 Error while changing serial parameters.
Forbidden12 Channel does not accept the request. Applies to http communicators.
NotFound13 Requested resource not found. Applies to http communicators.
BadRequest14 Request to channel is invalid. Applies to http communicators.
TemporaryServerError15 Server error that can be repaired in the future
PermanentServerError16 Server error that is permanent.

See Also