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(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. |