ActiveReports3 Request technical support
Barcode.BarCodeDataException Constructor(String)
See Also 


message

A message that describes the error.

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal message As String _
)
Visual Basic (Usage)Copy Code
Dim message As String
 
Dim instance As Barcode.BarCodeDataException(message)
C# 
public Barcode.BarCodeDataException( 
   string message
)

Parameters

message

A message that describes the error.

See Also