2 writes to _errorContext
System.Data.Entity (2)
System\Data\EntitySqlException.cs (2)
93
_errorContext
= serializationInfo.GetString("ErrorContext");
134
_errorContext
= errorContext;
2 references to _errorContext
System.Data.Entity (2)
System\Data\EntitySqlException.cs (2)
162
return
_errorContext
?? String.Empty;
297
info.AddValue("ErrorContext",
_errorContext
);