Class XDataConfigurationException
XData configuration exception
Implements
Inherited Members
Namespace: XData.Exceptions
Assembly: XData.docfx.dll
Syntax
[Serializable]
public class XDataConfigurationException : XDataException, ISerializable
Constructors
| Improve this Doc View SourceXDataConfigurationException(XDataConfigurationExceptionType)
Query structure build failed
Declaration
public XDataConfigurationException(XDataConfigurationExceptionType type)
Parameters
Type | Name | Description |
---|---|---|
XDataConfigurationExceptionType | type | Query structure exception type |
XDataConfigurationException(XDataConfigurationExceptionType, String)
Query structure build failed
Declaration
public XDataConfigurationException(XDataConfigurationExceptionType type, string details)
Parameters
Type | Name | Description |
---|---|---|
XDataConfigurationExceptionType | type | Query structure exception type |
String | details | Error details |
XDataConfigurationException(XDataConfigurationExceptionType, String, Exception)
Query structure build failed
Declaration
public XDataConfigurationException(XDataConfigurationExceptionType type, string details, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
XDataConfigurationExceptionType | type | Query structure exception type |
String | details | Error details |
Exception | inner | Inner exception |
Properties
| Improve this Doc View SourceDetailsInfo
Exception details info
Declaration
public string DetailsInfo { get; }
Property Value
Type | Description |
---|---|
String |
Type
Type of exception
Declaration
public XDataConfigurationExceptionType Type { get; }
Property Value
Type | Description |
---|---|
XDataConfigurationExceptionType |