Method |
Description |
|
Argument ( string error ) : ArgumentException |
|
|
Argument ( string error, Exception inner ) : ArgumentException |
|
|
Argument ( string error, string parameter ) : ArgumentException |
|
|
ArgumentNull ( string parameter ) : ArgumentNullException |
|
|
ArgumentNull ( string parameter, string error ) : ArgumentNullException |
|
|
ArgumentOutOfRange ( string parameterName ) : ArgumentOutOfRangeException |
|
|
ArgumentOutOfRange ( string message, string parameterName ) : ArgumentOutOfRangeException |
|
|
AsyncOperationPending ( ) : InvalidOperationException |
|
|
BuildQuotedString ( string quotePrefix, string quoteSuffix, string unQuotedString ) : string |
|
|
BuildSchemaTableInfoTableNames ( string columnNameArray ) : void |
|
|
CheckArgumentNull ( object value, string parameterName ) : void |
|
|
ClosedConnectionError ( ) : Exception |
|
|
CollectionIndexInt32 ( int index, Type collection, int count ) : IndexOutOfRangeException |
|
|
CollectionIndexString ( Type itemType, string propertyName, string propertyValue, Type collection ) : IndexOutOfRangeException |
|
|
CollectionInvalidType ( Type collection, Type itemType, object invalidValue ) : InvalidCastException |
|
|
CollectionNullValue ( string parameter, Type collection, Type itemType ) : ArgumentNullException |
|
|
CollectionRemoveInvalidObject ( Type itemType, ICollection collection ) : ArgumentException |
|
|
CommandTextRequired ( string method ) : Exception |
|
|
ConnectionAlreadyOpen ( ConnectionState state ) : Exception |
|
|
ConnectionIsDisabled ( Exception InnerException ) : Exception |
|
|
ConnectionRequired ( string method ) : InvalidOperationException |
|
|
ConnectionStateMsg ( ConnectionState state ) : string |
|
|
ConnectionStringSyntax ( int index ) : ArgumentException |
|
|
ConvertFailed ( Type fromType, Type toType, Exception innerException ) : ArgumentException |
|
|
DataAdapter ( string error ) : InvalidOperationException |
|
|
DataReaderClosed ( [ method = "" ) : Exception |
|
|
DbTypeNotSupported ( System type, Type enumtype ) : ArgumentException |
|
|
DbTypeNotSupported ( string dbType ) : PlatformNotSupportedException |
|
|
DstCompare ( string strA, string strB ) : int |
|
|
EmptyDatabaseName ( ) : Exception |
|
|
ErrorReadingFromStream ( Exception internalException ) : IOException |
|
|
ExceptionWithStackTrace ( Exception e ) : Exception |
|
|
GenerateUniqueName ( int>.Dictionary hash, string &columnName, int index, int uniqueIndex ) : int |
|
|
GetAssemblyVersion ( ) : System.Version |
|
|
IO ( string error ) : IOException |
|
|
IO ( string error, Exception inner ) : IOException |
|
|
IndexOutOfRange ( ) : IndexOutOfRangeException |
|
|
IndexOutOfRange ( int value ) : IndexOutOfRangeException |
|
|
IndexOutOfRange ( string error ) : IndexOutOfRangeException |
|
|
InternalConnectionError ( ConnectionError internalError ) : Exception |
|
|
InternalError ( InternalErrorCode internalError ) : Exception |
|
|
InvalidBufferSizeOrIndex ( int numBytes, int bufferIndex ) : IndexOutOfRangeException |
|
|
InvalidCast ( ) : InvalidCastException |
|
|
InvalidCast ( string error ) : InvalidCastException |
|
|
InvalidCast ( string error, Exception inner ) : InvalidCastException |
|
|
InvalidCommandTimeout ( int value, [ property = "" ) : Exception |
|
|
InvalidCommandType ( CommandType value ) : ArgumentOutOfRangeException |
|
|
InvalidConnectRetryCountValue ( ) : Exception |
|
|
InvalidConnectRetryIntervalValue ( ) : Exception |
|
|
InvalidConnectionOptionValue ( string key ) : Exception |
|
|
InvalidConnectionOptionValue ( string key, Exception inner ) : Exception |
|
|
InvalidConnectionOptionValueLength ( string key, int limit ) : Exception |
|
|
InvalidDataLength ( long length ) : Exception |
|
|
InvalidDataType ( string typeName ) : ArgumentException |
|
|
InvalidDestinationBufferIndex ( int maxLen, int dstOffset, string parameterName ) : ArgumentOutOfRangeException |
|
|
InvalidEnumerationValue ( Type type, int value ) : ArgumentOutOfRangeException |
|
|
InvalidIsolationLevel ( IsolationLevel value ) : ArgumentOutOfRangeException |
|
|
InvalidMetaDataValue ( ) : Exception |
|
|
InvalidMinMaxPoolSizeValues ( ) : ArgumentException |
|
|
InvalidMultipartName ( string property, string value ) : ArgumentException |
|
|
InvalidMultipartNameIncorrectUsageOfQuotes ( string property, string value ) : ArgumentException |
|
|
InvalidMultipartNameToManyParts ( string property, string value, int limit ) : ArgumentException |
|
|
InvalidOffsetValue ( int value ) : ArgumentException |
|
|
InvalidOperation ( string error ) : InvalidOperationException |
|
|
InvalidOperation ( string error, Exception inner ) : InvalidOperationException |
|
|
InvalidParameterDirection ( ParameterDirection value ) : ArgumentOutOfRangeException |
|
|
InvalidParameterType ( DbParameterCollection collection, Type parameterType, object invalidValue ) : Exception |
|
|
InvalidSeekOrigin ( string parameterName ) : Exception |
|
|
InvalidSizeValue ( int value ) : ArgumentException |
|
|
InvalidSourceBufferIndex ( int maxLen, long srcOffset, string parameterName ) : ArgumentOutOfRangeException |
|
|
InvalidUpdateRowSource ( UpdateRowSource value ) : ArgumentOutOfRangeException |
|
|
IsAzureSqlServerEndpoint ( string dataSource ) : bool |
|
|
IsCatchableExceptionType ( Exception e ) : bool |
|
|
IsCatchableOrSecurityExceptionType ( Exception e ) : bool |
|
|
IsDirection ( DbParameter value, ParameterDirection condition ) : bool |
|
|
IsDirectionValid ( ParameterDirection value ) : void |
|
|
IsNull ( object value ) : bool |
|
|
IsNullOrSqlType ( object value, bool &isNull, bool &isSqlType ) : void |
|
|
KeywordNotSupported ( string keyword ) : ArgumentException |
|
|
MachineName ( ) : string |
|
|
MethodCalledTwice ( string method ) : InvalidOperationException |
|
|
MethodNotImplemented ( [ methodName = "" ) : Exception |
|
|
MismatchedAsyncResult ( string expectedMethod, string gotMethod ) : Exception |
|
|
MissingConnectionOptionValue ( string key, string requiredAdditionalKey ) : Exception |
|
|
NegativeParameter ( string parameterName ) : Exception |
|
|
NoConnectionString ( ) : InvalidOperationException |
|
|
NonPooledOpenTimeout ( ) : Exception |
|
|
NonSeqByteAccess ( long badIndex, long currIndex, string method ) : Exception |
|
|
NonSequentialColumnAccess ( int badCol, int currCol ) : InvalidOperationException |
|
|
NotSupported ( ) : NotSupportedException |
|
|
NotSupported ( string error ) : NotSupportedException |
|
|
ObjectDisposed ( object instance ) : ObjectDisposedException |
|
|
OpenConnectionPropertySet ( string property, ConnectionState state ) : Exception |
|
|
OpenConnectionRequired ( string method, ConnectionState state ) : InvalidOperationException |
|
|
OpenReaderExists ( ) : Exception |
|
|
OpenReaderExists ( Exception e ) : Exception |
|
|
Overflow ( string error ) : OverflowException |
|
|
Overflow ( string error, Exception inner ) : OverflowException |
|
|
ParallelTransactionsNotSupported ( DbConnection obj ) : Exception |
|
|
ParameterConversionFailed ( object value, Type destType, Exception inner ) : Exception |
|
|
ParameterNull ( string parameter, DbParameterCollection collection, Type parameterType ) : Exception |
|
|
ParameterValueOutOfRange ( Decimal value ) : ArgumentException |
|
|
ParameterValueOutOfRange ( SqlDecimal value ) : ArgumentException |
|
|
ParametersIsNotParent ( Type parameterType, ICollection collection ) : ArgumentException |
|
|
ParametersIsParent ( Type parameterType, ICollection collection ) : ArgumentException |
|
|
ParametersMappingIndex ( int index, DbParameterCollection collection ) : Exception |
|
|
ParametersSourceIndex ( string parameterName, DbParameterCollection collection, Type parameterType ) : Exception |
|
|
PooledOpenTimeout ( ) : Exception |
|
|
PrepareParameterScale ( DbCommand cmd, string type ) : Exception |
|
|
PrepareParameterSize ( DbCommand cmd ) : Exception |
|
|
PrepareParameterType ( DbCommand cmd ) : Exception |
|
|
Provider ( string error ) : InvalidOperationException |
|
|
StreamClosed ( [ method = "" ) : Exception |
|
|
TimeoutException ( string error ) : TimeoutException |
|
|
TimerCurrent ( ) : long |
|
|
TimerCurrent ( long &ticks ) : void |
|
|
TimerFromMilliseconds ( long milliseconds ) : long |
|
|
TimerFromSeconds ( int seconds ) : long |
|
|
TimerHasExpired ( long timerExpire ) : bool |
|
|
TimerRemaining ( long timerExpire ) : long |
|
|
TimerRemainingMilliseconds ( long timerExpire ) : long |
|
|
TimerRemainingSeconds ( long timerExpire ) : long |
|
|
TimerToMilliseconds ( long timerValue ) : long |
|
|
TimerToSeconds ( long timerValue ) : long |
|
|
TransactionConnectionMismatch ( ) : InvalidOperationException |
|
|
TransactionRequired ( string method ) : InvalidOperationException |
|
|
TransactionZombied ( DbTransaction obj ) : Exception |
|
|
UninitializedParameterSize ( int index, Type dataType ) : Exception |
|
|
UnknownDataType ( Type dataType ) : ArgumentException |
|
|
VersionDoesNotSupportDataType ( string typeName ) : ArgumentException |
|
|
WrongType ( Type got, Type expected ) : Exception |
|
|