Class ComponentDataException
- Namespace
- Tudormobile.IronLedgerLib
- Assembly
- Tudormobile.IronLedgerLib.dll
Exception thrown when component data operations fail.
public class ComponentDataException : IronLedgerException, ISerializable
- Inheritance
-
ComponentDataException
- Implements
- Derived
- Inherited Members
Constructors
ComponentDataException()
Initializes a new instance of the ComponentDataException class.
public ComponentDataException()
ComponentDataException(string)
Initializes a new instance of the ComponentDataException class with a specified error message.
public ComponentDataException(string message)
Parameters
messagestringThe message that describes the error.
ComponentDataException(string, Exception)
Initializes a new instance of the ComponentDataException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ComponentDataException(string message, Exception innerException)