Class XDataQueryStructureException
Query structure build failed
Implements
Inherited Members
Namespace: XData.Exceptions
Assembly: XData.docfx.dll
Syntax
[Serializable]
public sealed class XDataQueryStructureException : XDataException, ISerializable
Constructors
| Improve this Doc View SourceXDataQueryStructureException(XDataQueryStructureExceptionType, String)
Query structure build failed
Declaration
public XDataQueryStructureException(XDataQueryStructureExceptionType type, string details)
Parameters
Type | Name | Description |
---|---|---|
XDataQueryStructureExceptionType | type | Query structure exception type |
String | details | Error details |
XDataQueryStructureException(XDataQueryStructureExceptionType, String, Type)
Query structure build failed
Declaration
public XDataQueryStructureException(XDataQueryStructureExceptionType type, string details, Type dataObjectType)
Parameters
Type | Name | Description |
---|---|---|
XDataQueryStructureExceptionType | type | Query structure exception type |
String | details | Error details |
Type | dataObjectType | Data object type |
XDataQueryStructureException(XDataQueryStructureExceptionType, String, Type, AdditionalInfo[])
Query structure build failed
Declaration
public XDataQueryStructureException(XDataQueryStructureExceptionType type, string details, Type dataObjectType, params AdditionalInfo[] addInfo)
Parameters
Type | Name | Description |
---|---|---|
XDataQueryStructureExceptionType | type | Query structure exception type |
String | details | Error details |
Type | dataObjectType | Data object type |
AdditionalInfo[] | addInfo | Additional information |
Exceptions
Type | Condition |
---|---|
NotImplementedException |
XDataQueryStructureException(XDataQueryStructureExceptionType, Type)
Query structure build failed
Declaration
public XDataQueryStructureException(XDataQueryStructureExceptionType type, Type dataObjectType)
Parameters
Type | Name | Description |
---|---|---|
XDataQueryStructureExceptionType | type | Query structure exception type |
Type | dataObjectType | Data object type |
Properties
| Improve this Doc View SourceDataObjectType
Data object type
Declaration
public Type DataObjectType { get; }
Property Value
Type | Description |
---|---|
Type |
DetailsInfo
Exception details info
Declaration
public string DetailsInfo { get; }
Property Value
Type | Description |
---|---|
String |
Type
Type of exception
Declaration
public XDataQueryStructureExceptionType Type { get; }
Property Value
Type | Description |
---|---|
XDataQueryStructureExceptionType |