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