Lines Matching refs:elementDescription
55 public RewriteCardinalityException(string elementDescription)
56 : this(elementDescription, elementDescription)
58 this._elementDescription = elementDescription;
61 public RewriteCardinalityException(string elementDescription, Exception innerException)
62 : this(elementDescription, elementDescription, innerException)
66 public RewriteCardinalityException(string message, string elementDescription)
69 _elementDescription = elementDescription;
72 public RewriteCardinalityException(string message, string elementDescription, Exception innerException)
75 _elementDescription = elementDescription;
84 _elementDescription = info.GetString("ElementDescription");
93 info.AddValue("ElementDescription", _elementDescription);