1 write to exception
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbInfoMessageEvent.cs (1)
19
this.
exception
= exception;
5 references to exception
System.Data (5)
fx\src\data\System\Data\OleDb\OleDbInfoMessageEvent.cs (5)
24
return this.
exception
.ErrorCode;
30
return this.
exception
.Errors;
35
return this.
exception
.ShouldSerializeErrors();
41
return this.
exception
.Message;
47
return this.
exception
.Source;