15 references to UnexpectedEventType
System.Data (15)
fx\src\data\Microsoft\SqlServer\Server\SmiEventSink_Default.cs (14)
195
throw SQL.UnexpectedSmiEvent(
UnexpectedEventType
.BatchCompleted);
202
throw SQL.UnexpectedSmiEvent(
UnexpectedEventType
.ParametersAvailable);
209
throw SQL.UnexpectedSmiEvent(
UnexpectedEventType
.ParameterAvailable);
217
throw SQL.UnexpectedSmiEvent(
UnexpectedEventType
.DefaultDatabaseChanged);
254
throw SQL.UnexpectedSmiEvent(
UnexpectedEventType
.MetaDataAvailable);
262
throw SQL.UnexpectedSmiEvent(
UnexpectedEventType
.RowAvailable);
270
throw SQL.UnexpectedSmiEvent(
UnexpectedEventType
.RowAvailable);
278
throw SQL.UnexpectedSmiEvent(
UnexpectedEventType
.StatementCompleted);
286
throw SQL.UnexpectedSmiEvent(
UnexpectedEventType
.TransactionCommitted);
294
throw SQL.UnexpectedSmiEvent(
UnexpectedEventType
.TransactionDefected);
302
throw SQL.UnexpectedSmiEvent(
UnexpectedEventType
.TransactionEnlisted);
311
throw SQL.UnexpectedSmiEvent(
UnexpectedEventType
.TransactionEnded);
319
throw SQL.UnexpectedSmiEvent(
UnexpectedEventType
.TransactionRolledBack);
327
throw SQL.UnexpectedSmiEvent(
UnexpectedEventType
.TransactionStarted);
fx\src\data\System\Data\SqlClient\SqlUtil.cs (1)
1629
static internal Exception UnexpectedSmiEvent(Microsoft.SqlServer.Server.SmiEventSink_Default.
UnexpectedEventType
eventType) {