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

Inheritance: System.Exception
Show file Open project: affecto/dotnet-IdentityManagement

Public Methods

Method Description
UserAccountAlreadyAssignedException ( string accountName ) : System
UserAccountAlreadyAssignedException ( string accountName, Exception inner ) : System

Protected Methods

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

Method Details

UserAccountAlreadyAssignedException() protected method

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

UserAccountAlreadyAssignedException() public method

public UserAccountAlreadyAssignedException ( string accountName ) : System
accountName string
return System

UserAccountAlreadyAssignedException() public method

public UserAccountAlreadyAssignedException ( string accountName, Exception inner ) : System
accountName string
inner System.Exception
return System