Class InvalidPasswordException
Thrown when setting a password that does not match the criterias needed for a password.
Inheritance
System.Object
    System.Exception
    
    
    InvalidPasswordException
  Implements
System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
  Inherited Members
      System.Exception.GetBaseException()
    
    
      System.Exception.ToString()
    
    
      System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    
    
      System.Exception.GetType()
    
    
      System.Exception.Data
    
    
      System.Exception.InnerException
    
    
      System.Exception.TargetSite
    
    
      System.Exception.StackTrace
    
    
      System.Exception.HelpLink
    
    
      System.Exception.Source
    
    
      System.Exception.HResult
    
    
      System.Exception.SerializeObjectState
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 7.19.2Syntax
[Obsolete("Use instead EPiServer.Security.InvalidPasswordException", true)]
public class InvalidPasswordException : DataAbstractionException, ISerializable, _ExceptionConstructors
InvalidPasswordException(String)
Initializes a new instance of the InvalidPasswordException class.
Declaration
public InvalidPasswordException(string error)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | error | Description of the error. | 
Implements
      System.Runtime.Serialization.ISerializable
  
  
      System.Runtime.InteropServices._Exception
  
  