Class XDataAdapterException
Adapter exception
Implements
Inherited Members
Namespace: XData.Exceptions
Assembly: XData.docfx.dll
Syntax
[Serializable]
public class XDataAdapterException : XDataException, ISerializable
Constructors
| Improve this Doc View SourceXDataAdapterException(XDataAdapterExceptionType, String)
Adapter exception
Declaration
public XDataAdapterException(XDataAdapterExceptionType type, string path)
Parameters
Type | Name | Description |
---|---|---|
XDataAdapterExceptionType | type | Exception type |
String | path | Adapter file path |
XDataAdapterException(XDataAdapterExceptionType, String, Type)
Adapter exception
Declaration
public XDataAdapterException(XDataAdapterExceptionType type, string details, Type adapterType)
Parameters
Type | Name | Description |
---|---|---|
XDataAdapterExceptionType | type | Exception type |
String | details | Exception details |
Type | adapterType | Adapter type |
XDataAdapterException(XDataAdapterExceptionType, Type)
Adapter exception
Declaration
public XDataAdapterException(XDataAdapterExceptionType type, Type adapterType)
Parameters
Type | Name | Description |
---|---|---|
XDataAdapterExceptionType | type | Exception type |
Type | adapterType | Adapter type |
Properties
| Improve this Doc View SourceAdapterType
Adapter type
Declaration
public Type AdapterType { get; }
Property Value
Type | Description |
---|---|
Type |
Details
Exception details
Declaration
public string Details { get; }
Property Value
Type | Description |
---|---|
String |
FilePath
Adapter file path
Declaration
public string FilePath { get; }
Property Value
Type | Description |
---|---|
String |
Type
Adapter exception type
Declaration
public XDataAdapterExceptionType Type { get; }
Property Value
Type | Description |
---|---|
XDataAdapterExceptionType |