C# Class UserManagement.Domain.AccountNotFoundException

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

Public Methods

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

Protected Methods

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

Method Details

AccountNotFoundException() public method

public AccountNotFoundException ( ) : System
return System

AccountNotFoundException() protected method

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

AccountNotFoundException() public method

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

AccountNotFoundException() public method

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