InvalidDDSheetNameException Constructor(String)
In This Topic
Create an InvalidDDSheetNameException instance with the parameter name.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public InvalidDDSheetNameException(
string
)
Parameters
- paramName
See Also