[]
Thrown if the password is invalid in a certain Excel format (for example, the length of the password is out of range).
public class InvalidPasswordException : SpreadBuilderException, ISerializable
| Name | Description |
|---|---|
| InvalidPasswordException() | Initializes a new instance of the InvalidPasswordException class with a default error message. |
| InvalidPasswordException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidPasswordException class with serialized data. |
| InvalidPasswordException(string) | Initializes a new instance of the InvalidPasswordException class with a specific error message. |