Create a InvalidDDSheetNameException instance with parameter name.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public InvalidDDSheetNameException(
string
)
Parameters
- paramName
- Gets the name of the parameter that causes the exception.
See Also