Class XDataConcurrencyException
Concurrency exception
Implements
Inherited Members
Namespace: XData.Exceptions
Assembly: XData.docfx.dll
Syntax
[Serializable]
public sealed class XDataConcurrencyException : XDataException, ISerializable
Constructors
| Improve this Doc View SourceXDataConcurrencyException(Exception, Query)
Concurrency exception
Declaration
public XDataConcurrencyException(Exception exception, Query query)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | exception | Inner exception |
| Query | query | Query |
XDataConcurrencyException(Exception, AdditionalInfo[])
Concurrency exception
Declaration
public XDataConcurrencyException(Exception exception, params AdditionalInfo[] addInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | exception | Inner exception |
| AdditionalInfo[] | addInfo | Additional information |
XDataConcurrencyException(String)
Concurrency exception
Declaration
public XDataConcurrencyException(string exception)
Parameters
| Type | Name | Description |
|---|---|---|
| String | exception | Exception text |
Properties
| Improve this Doc View SourceQuery
Query
Declaration
public Query Query { get; }
Property Value
| Type | Description |
|---|---|
| Query |