1 write to message
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlError.cs (1)
43
this.
message
= errorMessage;
2 references to message
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlError.cs (2)
60
return typeof(SqlError).ToString() + ": " + this.
message
; // since this is sealed so we can change GetType to typeof
86
get { return this.
message
;}