Table of Contents

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

message string

The 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)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.