API.Exceptions.CustomerAlreadyExistsException.CustomerAlreadyExistsException C# (CSharp) Method

CustomerAlreadyExistsException() public method

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