C# Class Affecto.IdentityManagement.Interfaces.Exceptions.UserAccountAlreadyAssignedException

Inheritance: System.Exception
Afficher le fichier Open project: affecto/dotnet-IdentityManagement

Méthodes publiques

Méthode Description
UserAccountAlreadyAssignedException ( string accountName ) : System
UserAccountAlreadyAssignedException ( string accountName, Exception inner ) : System

Méthodes protégées

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

Method Details

UserAccountAlreadyAssignedException() protected méthode

protected UserAccountAlreadyAssignedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

UserAccountAlreadyAssignedException() public méthode

public UserAccountAlreadyAssignedException ( string accountName ) : System
accountName string
Résultat System

UserAccountAlreadyAssignedException() public méthode

public UserAccountAlreadyAssignedException ( string accountName, Exception inner ) : System
accountName string
inner System.Exception
Résultat System