/// <summary>
 /// Create a new EngineRuntimeException object.
 /// </summary>
 /// <param name="jobId">Initial value of the JobId property.</param>
 /// <param name="ruleName">Initial value of the RuleName property.</param>
 /// <param name="timeStamp">Initial value of the TimeStamp property.</param>
 /// <param name="uri">Initial value of the Uri property.</param>
 /// <param name="id">Initial value of the ID property.</param>
 public static EngineRuntimeException CreateEngineRuntimeException(global::System.Guid jobId, global::System.String ruleName, global::System.DateTime timeStamp, global::System.String uri, global::System.Int32 id)
 {
     EngineRuntimeException engineRuntimeException = new EngineRuntimeException();
     engineRuntimeException.JobId = jobId;
     engineRuntimeException.RuleName = ruleName;
     engineRuntimeException.TimeStamp = timeStamp;
     engineRuntimeException.Uri = uri;
     engineRuntimeException.ID = id;
     return engineRuntimeException;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the EngineRuntimeExceptions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEngineRuntimeExceptions(EngineRuntimeException engineRuntimeException)
 {
     base.AddObject("EngineRuntimeExceptions", engineRuntimeException);
 }