ActiveReports Developer 7
BarCodeException Constructor(String)
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Options Namespace > BarCodeException Class > BarCodeException Constructor : BarCodeException Constructor(String)

message
A message that describes the error.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal message As System.String _
)
C# 
public BarCodeException( 
   System.string message
)

Parameters

message
A message that describes the error.

See Also