C# Class UserManagement.Domain.AccountAlreadyExistsException

Inheritance: System.Exception
Afficher le fichier Open project: LeagueOfDevelopers/LodCore

Méthodes publiques

Méthode Description
AccountAlreadyExistsException ( ) : System
AccountAlreadyExistsException ( string message ) : System
AccountAlreadyExistsException ( string message, Exception inner ) : System

Méthodes protégées

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

Method Details

AccountAlreadyExistsException() public méthode

public AccountAlreadyExistsException ( ) : System
Résultat System

AccountAlreadyExistsException() protected méthode

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

AccountAlreadyExistsException() public méthode

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

AccountAlreadyExistsException() public méthode

public AccountAlreadyExistsException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System