C# Class UserManagement.Domain.AccountAlreadyExistsException

Inheritance: System.Exception
Show file Open project: LeagueOfDevelopers/LodCore

Public Methods

Method Description
AccountAlreadyExistsException ( ) : System
AccountAlreadyExistsException ( string message ) : System
AccountAlreadyExistsException ( string message, Exception inner ) : System

Protected Methods

Method Description
AccountAlreadyExistsException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AccountAlreadyExistsException() public method

public AccountAlreadyExistsException ( ) : System
return System

AccountAlreadyExistsException() protected method

protected AccountAlreadyExistsException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

AccountAlreadyExistsException() public method

public AccountAlreadyExistsException ( string message ) : System
message string
return System

AccountAlreadyExistsException() public method

public AccountAlreadyExistsException ( string message, Exception inner ) : System
message string
inner System.Exception
return System