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