Click or drag to resize

InternetInvalidPasswordException Constructor

Creates an InternetInvalidPasswordException object.
Overload List
  NameDescription
Public methodInternetInvalidPasswordException
Creates a new instance of InternetInvalidPasswordException.
Public methodInternetInvalidPasswordException(String)
Creates a new instance of InternetInvalidPasswordException specifying the exception message.
Protected methodInternetInvalidPasswordException(SerializationInfo, StreamingContext)
Initializes a new instance of the InternetInvalidPasswordException class.
Public methodInternetInvalidPasswordException(String, Exception)
Creates a new instance of InternetInvalidPasswordException specifying the exception message and inner exception.
Top
See Also