[]
Thrown if the name of a sheet is changed to an invalid value. The name cannot be empty, cannot exceed 31 characters and cannot contain any of the following characters: : \ / ? * [ or ].
public class InvalidDDSheetNameException : ArgumentException, ISerializable
| Name | Description |
|---|---|
| InvalidDDSheetNameException() | Create an InvalidDDSheetNameException instance. |
| InvalidDDSheetNameException(string) | Create an InvalidDDSheetNameException instance with the parameter name. |