Class SqlRaceTimeoutException
A SQL Race operation has timed out.
Inheritance
System.Object
SqlRaceTimeoutException
Namespace: MESL.SqlRace.Domain.Exceptions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SqlRaceTimeoutException : Exception
Constructors
SqlRaceTimeoutException(SerializationInfo, StreamingContext)
Implement serialization pattern.
Declaration
protected SqlRaceTimeoutException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | The SerializationInfo |
| System.Runtime.Serialization.StreamingContext | context | The StreamingContext |
SqlRaceTimeoutException(String, Exception)
Create a new instance of the SqlRaceTimeoutException
Declaration
public SqlRaceTimeoutException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | A message describing the cause of the exception. |
| System.Exception | innerException | The exception from the underlying operation that timed out. |