ActiveReports 8
InvalidDDSheetNameException Constructor(String)
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.SpreadBuilder Namespace > InvalidDDSheetNameException Class > InvalidDDSheetNameException Constructor : InvalidDDSheetNameException Constructor(String)

paramName
Gets the name of the parameter that causes the exception.

Glossary Item Box

Create a InvalidDDSheetNameException instance with parameter name.

Syntax

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

Parameters

paramName
Gets the name of the parameter that causes the exception.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also