Class XDataException
Base XData exception class
Inheritance
XDataException
Implements
Inherited Members
Namespace: XData.Exceptions
Assembly: XData.docfx.dll
Syntax
public abstract class XDataException : ApplicationException, ISerializable
Constructors
| Improve this Doc View SourceXDataException(String)
Base XData exception class constructor
Declaration
protected XDataException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
XDataException(String, Exception)
Base XData exception class constructor
Declaration
protected XDataException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | innerException |