Code Property

NDde

Dynamic Data Exchange Library for .NET

DdeException.Code Property

This gets an error code returned by the DDEML.

public Int32 Code {get;}

Remarks

The value is zero if the exception was not thrown because of the DDEML.

  • 0x0000 - DMLERR_NO_DMLERROR
  • 0x4000 - DMLERR_ADVACKTIMEOUT
  • 0x4001 - DMLERR_BUSY
  • 0x4002 - DMLERR_DATAACKTIMEOUT
  • 0x4003 - DMLERR_DLL_NOT_INITIALIZED
  • 0x4004 - DMLERR_DLL_USAGE
  • 0x4005 - DMLERR_EXECACKTIMEOUT
  • 0x4006 - DMLERR_INVALIDPARAMETER
  • 0x4007 - DMLERR_LOW_MEMORY
  • 0x4008 - DMLERR_MEMORY_DMLERROR
  • 0x4009 - DMLERR_NOTPROCESSED
  • 0x400A - DMLERR_NO_CONV_ESTABLISHED
  • 0x400B - DMLERR_POKEACKTIMEOUT
  • 0x400C - DMLERR_POSTMSG_FAILED
  • 0x400D - DMLERR_REENTRANCY
  • 0x400E - DMLERR_SERVER_DIED
  • 0x400F - DMLERR_SYS_DMLERROR
  • 0x4010 - DMLERR_UNADVACKTIMEOUT
  • 0x4011 - DMLERR_UNFOUND_QUEUE_ID

See Also

DdeException Class | NDde Namespace