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