Example #1
0
 protected internal virtual void ensureProcessDefinitionIdNotSet()
 {
     if (!string.ReferenceEquals(processDefinitionId_Renamed, null))
     {
         throw LOG.exceptionCorrelateMessageWithProcessDefinitionId();
     }
 }