2 writes to errorCode
System.Data.Services (2)
System\Data\Services\DataServiceException.cs (2)
166this.errorCode = errorCode ?? String.Empty; 199this.errorCode = serializationInfo.GetString("errorCode");
2 references to errorCode
System.Data.Services (2)
System\Data\Services\DataServiceException.cs (2)
215get { return this.errorCode; } 259info.AddValue("errorCode", this.errorCode);