C# Class Xmu.Crms.Shared.Exceptions.PasswordErrorException

Inheritance: ArgumentException
Afficher le fichier Open project: xmusoftware15/ModuleStandardGroup-Public

Méthodes publiques

Méthode Description
PasswordErrorException ( ) : System
PasswordErrorException ( string message ) : System
PasswordErrorException ( string message, Exception innerException ) : System
PasswordErrorException ( string message, string paramName ) : System
PasswordErrorException ( string message, string paramName, Exception innerException ) : System

Méthodes protégées

Méthode Description
PasswordErrorException ( SerializationInfo info, StreamingContext context ) : System

Method Details

PasswordErrorException() public méthode

public PasswordErrorException ( ) : System
Résultat System

PasswordErrorException() protected méthode

protected PasswordErrorException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

PasswordErrorException() public méthode

public PasswordErrorException ( string message ) : System
message string
Résultat System

PasswordErrorException() public méthode

public PasswordErrorException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System

PasswordErrorException() public méthode

public PasswordErrorException ( string message, string paramName ) : System
message string
paramName string
Résultat System

PasswordErrorException() public méthode

public PasswordErrorException ( string message, string paramName, Exception innerException ) : System
message string
paramName string
innerException Exception
Résultat System