ActiveReports 12
CustomCodeException Constructor(String)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > CustomCodeException Class > CustomCodeException Constructor : CustomCodeException Constructor(String)
The message that describes the error.
Initializes a new instance of the CustomCodeException class with a specified error message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
public CustomCodeException( 
   string message
)

Parameters

message
The message that describes the error.
See Also

Reference

CustomCodeException Class
CustomCodeException Members
Overload List