InvalidPasswordException

InvalidPasswordException class

Exception which thrown when presentation file format is unsupported.

public class InvalidPasswordException : Exception

Constructors

NameDescription
InvalidPasswordException()Default constructor.
InvalidPasswordException(string)Constructor allowing a message to be added to this exception.
InvalidPasswordException(string, Exception)Constructor for an exception containing a message and an embedded exception.

See Also