InstaTax.Core.DomainObjects.DuplicateUserException.DuplicateUserException C# (CSharp) Method

DuplicateUserException() public method

public DuplicateUserException ( string message ) : System
message string
return System
        public DuplicateUserException(string message)
            : base(message)
        {
        }
DuplicateUserException