C# Class Tigwi.UI.Models.Storage.DuplicateAccountException

Inheritance: System.Exception
Datei anzeigen Open project: ismaelbelghiti/Tigwi

Public Methods

Method Description
DuplicateAccountException ( string name, AccountAlreadyExists innerException ) : System

Method Details

DuplicateAccountException() public method

public DuplicateAccountException ( string name, AccountAlreadyExists innerException ) : System
name string
innerException Tigwi.Storage.Library.AccountAlreadyExists
return System