Table of Contents

Class ListLabelException

Namespace
combit.Reporting
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents an exception specific to List & Label reporting.

public class ListLabelException : Exception, ISerializable
Inheritance
ListLabelException
Implements
Inherited Members

Constructors

ListLabelException()

Initializes a new instance of the ListLabelException class.

public ListLabelException()

ListLabelException(string)

Initializes a new instance of the ListLabelException class with a specified error message.

public ListLabelException(string message)

Parameters

message string

The error message that explains the reason for the exception.

ListLabelException(string, Exception)

Initializes a new instance of the ListLabelException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public ListLabelException(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.