ReplyExceptionCode is an Integer property that represents the Numeric result code used when an exception occurs after signalling the associated command object in
Check. When an exception is raised, ReplyExceptionCode is used with the message text from the exception as the new value for Reply. The peer thread connection in the associated command object is used to send the reply using SendReply when PeformReply indicates that a reply is needed.
Note: An exception that occurs in Check can result in the OnException event handler for the server context being executed. Check examines the ReplyExceptionCode on the server to insure that either condition is detected.